if(!GetPVarInt(playerid, "FirstSpawn")) //If its the first time the player has spawned { GivePlayerMoney(playerid, 3000); PlayerInfo[playerid][pMoney] = 3000; SetPVarInt(playerid, "FirstSpawn", 1); }