07.09.2012, 01:14
look for OnPlayerConnect or OnPlayerSpawn callback and lets say if you have a pinfo enum do like:
Or you can GivePlayerMoney(playerind, ammount); when the player spawns,this is the easyest way
pawn Код:
PlayerInfo[playerid][pMoney] = ammount//where change ammount with what you like