[4 Warnings.] Please help me
#7

Quote:
Originally Posted by TheNooB
At the top of his GM:
pawn Код:
#pragma tabsize 0 //remove loose indentation
Change your cmd to:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/geber", cmdtext, true, 10) == 0)
    {
    SetPlayerHealth(playerid,0);
    return 1;
    }
    return 0;
}
About gRandomPlayerSpawns. Use it on something. You created it, and you it is not using it
The code won't work u missed a bracket, why did u post the 3rd time anyway if there's two answers above?
Reply


Messages In This Thread
[4 Warnings.] Please help me - by Lynax - 31.10.2009, 12:38
Re: [4 Warnings.] Please help me - by bkart - 31.10.2009, 12:40
Re: [4 Warnings.] Please help me - by Lynax - 31.10.2009, 12:41
Re: [4 Warnings.] Please help me - by 0ne - 31.10.2009, 12:46
Re: [4 Warnings.] Please help me - by Whitetiger - 31.10.2009, 12:47
Re: [4 Warnings.] Please help me - by TheNooB - 31.10.2009, 17:21
Re: [4 Warnings.] Please help me - by 0ne - 31.10.2009, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)