What's wrong ?
#5

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
pawn Код:
if(!strcmp(cmd, "/human", true))
{
    if(team[playerid] == 0)
    {
        team[playerid] = 1;
        SendClientMessage(playerid,GREEN,"You may now spawn.");
        HideMenuForPlayer(mainmenu,playerid);
    }
    else                                    //
    {                                       //
        team[playerid] = 1;                 //
        SetPlayerHealth(playerid, 0);       //
    }                                       //      WTF IS ALL OF THIS?
    else                                    //      What did you try to do? lol
    {                                       //
        GetPlayerScore(playerid) == 0;//lol //
        team[playerid] = 2                  //
    }
    return 1;
}
I'm sorry but this is just hillarious xD Thanks for the refreshing posts guys
Reply


Messages In This Thread
What's wrong ? - by marinov - 11.11.2010, 21:00
Re: What's wrong ? - by The_Moddler - 11.11.2010, 21:14
Re: What's wrong ? - by marinov - 11.11.2010, 21:16
Re: What's wrong ? - by marinov - 11.11.2010, 21:19
Re: What's wrong ? - by Lenny the Cup - 11.11.2010, 22:53
Re: What's wrong ? - by marinov - 12.11.2010, 00:57

Forum Jump:


Users browsing this thread: 1 Guest(s)