Ajuda - Alguns bugs
#4

Tenta!
pawn Код:
forward AntKill();
pawn Код:
public OnPlayerSpawn(playerid)
{
    GivePlayerMoney(playerid, 0);
    SetPlayerInterior(playerid,0);
    SetPlayerRandomSpawn(playerid);
    TogglePlayerClock(playerid,1);
    SetPlayerHealth(playerid,99999);
    SetTimer("AntKill",10000,false);
    SendClientMessage(playerid,COLOR_YELLOW,"O Anti-Spawn Kill foi ativado.");
    return 1;
}
pawn Код:
public AntKill()
    {
    SetPlayerHealth(playerid,100.0);
    SetPlayerArmour(playerid,100.0);
    SendClientMessage(playerid,COLOR_YELLOW,"O Anti-Spawn Kill foi desativado.");
    GivePlayerWeapon(playerid, 4, 1);
    GivePlayerWeapon(playerid, 24, 200);
    GivePlayerWeapon(playerid, 29, 400);
    GivePlayerWeapon(playerid, 31, 300);
    GivePlayerWeapon(playerid, 25, 100);
    return 1;
    }
ou

https://sampforum.blast.hk/showthread.php?tid=134330
Reply


Messages In This Thread
Ajuda - Alguns bugs - by arakuta - 25.01.2011, 12:36
Re: Ajuda - Alguns bugs - by Falcon. - 25.01.2011, 12:51
Re: Ajuda - Alguns bugs - by arakuta - 25.01.2011, 14:21
Re: Ajuda - Alguns bugs - by Macintosh - 25.01.2011, 14:48
Re: Ajuda - Alguns bugs - by arakuta - 25.01.2011, 16:16
Re: Ajuda - Alguns bugs - by Macintosh - 25.01.2011, 17:35
Re: Ajuda - Alguns bugs - by [BR]Michael - 25.01.2011, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)