22.04.2012, 19:18
Quote:
|
Thank you, Also one more thing..
Why is it, when a player registers I have PlayerInfo[playerid][pCash] ++ 2000; and it don't give them cash. |
PlayerInfo[playerid][pCash] += 2000;
|
Thank you, Also one more thing..
Why is it, when a player registers I have PlayerInfo[playerid][pCash] ++ 2000; and it don't give them cash. |