20.09.2010, 22:06
HHummm in any other game would work....
In my server you say /rpg and u buy 2 rockets...It works ok and also sends a message to everyoen telling that certain person bought rockets, also i wanted to tell how much money does that player haves....
...
format(string, sizeof string, "$ %s", GetPlayerMoney(playerid));
SendClientMessageToAll(COLOR_GREEN, string);
...
But somehow instead tell how much money the person haves it just says $ ґRPG
Why? getplayermoney cant be used in a message? anyone knows how to print the player money? (to show to everyone so ppl stops crying acussing eachoter of money cheat)
Thanks
In my server you say /rpg and u buy 2 rockets...It works ok and also sends a message to everyoen telling that certain person bought rockets, also i wanted to tell how much money does that player haves....
...
format(string, sizeof string, "$ %s", GetPlayerMoney(playerid));
SendClientMessageToAll(COLOR_GREEN, string);
...
But somehow instead tell how much money the person haves it just says $ ґRPG
Why? getplayermoney cant be used in a message? anyone knows how to print the player money? (to show to everyone so ppl stops crying acussing eachoter of money cheat)
Thanks