only nuking yourself
#3

Quote:
Originally Posted by Burridge
Посмотреть сообщение
Show the nuke command.
pawn Код:
dcmd_nuke(playerid, params[])
{
    #pragma unused params
    if(PlayerKills[playerid] >= 30)
    {
        SetTimer("Nuke", 10000,0);
        counter ++;
        SendClientMessageToAll(COLOR_RED,"[!] WARNER [!] Nuclear Bomb has been activated!");
        TextDrawShowForAll(nuke);
        NC[playerid] = 0;
    }
    return 1;
}
Reply


Messages In This Thread
nuke explosion only on user of the cmd - by Andy_McKinley - 07.07.2010, 12:23
Re: only nuking yourself - by Burridge - 07.07.2010, 12:25
Re: only nuking yourself - by Andy_McKinley - 07.07.2010, 12:32
Re: only nuking yourself - by Andy_McKinley - 08.07.2010, 07:02
Re: only nuking yourself - by Hiddos - 08.07.2010, 08:41
Re: only nuking yourself - by Andy_McKinley - 08.07.2010, 13:24
Re: only nuking yourself - by Carlton - 08.07.2010, 13:31
Re: only nuking yourself - by Andy_McKinley - 08.07.2010, 13:56

Forum Jump:


Users browsing this thread: 3 Guest(s)