Quote:
Originally Posted by JohnRazer
pawn Код:
public OnPlayerConnect(playerid) { GivePlayerCash(playerid, 250000); pInfo[playerid][pDonateRank] = //Whatever your rank is pInfo[playerid][pMats] = 25000; pInfo[playeridd][pPots] = 50; }
Not tested, it'd be better if you just told us which script you are using or post the gamemode.
|
Wouldn't recommend the above as it will always give them 250,000 upon connecting, whether they are new or not.
Search for the registration section of your script and paste it here in the [ pawn ] tags.