03.12.2012, 21:16
Replace:
pawn Код:
if(!GetPVarInt(playerid, "FirstSpawn")) //If its the first time the player has spawned
{
GivePlayerMoney(playerid, 3000);
SetPVarInt(playerid, "FirstSpawn", 1);
}