which native do u use to see all player money ?
which native do u use to see all player money ?
Not sure there is one. unless I'm mistaken (which I very well may be) Check that native database.
Hello,
So while attempting to teleport a player to my coordinates using the methodology, i was successful in making the animation work but it doesn't teleport the player to my location. Could you guys tell me what i am doing wrong?
char* dict = "mini@strip_club@pole_dance@pole_dance2";
char* anim = "pd_dance_02";
STREAMING::REQUEST_ANIM_DICT(dict);
if (STREAMING::HAS_ANIM_DICT_LOADED(dict))
{
int sceneID = NETWORK::NETWORK_CREATE_SYNCHRONISED_SCENE(MyPosition.x, MyPosition.y, MyPosition.z, 0, 0, 0, 2, 0, 1, 0, 0, 0);
NETWORK::NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE(ClientID, sceneID, dict, anim, 8, 0, 1, 9, 0, 1);
NETWORK::NETWORK_START_SYNCHRONISED_SCENE(sceneID);
}
Hello,
So while attempting to teleport a player to my coordinates using the methodology, i was successful in making the animation work but it doesn't teleport the player to my location. Could you guys tell me what i am doing wrong?
char* dict = "mini@strip_club@pole_dance@pole_dance2";
char* anim = "pd_dance_02";STREAMING::REQUEST_ANIM_DICT(dict);
if (STREAMING::HAS_ANIM_DICT_LOADED(dict))
{
int sceneID = NETWORK::NETWORK_CREATE_SYNCHRONISED_SCENE(MyPosition.x, MyPosition.y, MyPosition.z, 0, 0, 0, 2, 0, 1, 0, 0, 0);
NETWORK::NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE(ClientID, sceneID, dict, anim, 8, 0, 1, 9, 0, 1);
NETWORK::NETWORK_START_SYNCHRONISED_SCENE(sceneID);
}
you need Timing for player to actualy teleport to u
which native do u use to see all player money ?
its isnt an a native , its a Global Variable that you read from a pointer * player index