[Ajuda] como faзo para o player comeзar com 300 ou + de life?
#5

pawn Код:
new bool: JaNasceu[MAX_PLAYERS] = false; //inicio do GM

public OnPlayerSpawn(playerid) //na public
{
    if(JaNasceu[playerid] == false)
    {
        SetPlayerHalth(playerid, 300);
        JaNasceu[playerid] = true;
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)