How to fix this...
#5

pawn Код:
// /acceptdeath command

if(OfferedDeath[playerid] == 1)
{
    SendClientMessage(playerid,-1,"You Are Now At The Hospital. Please Wait For Further Assistance ...");
    // hospital stuff
    // hospital stuff etc ...
    return 1;
}
This one isn't giving me error, but where is the /acceptdeath command? ^

pawn Код:
if(strcmp(cmd,"/acceptdeath",true)==0)
{
        if(OfferedDeath[playerid] == 1)
        {
    SendClientMessage(playerid,-1,"You Are Now At The Hospital. Please Wait For Further Assistance ...");
    // hospital stuff
    // hospital stuff etc ...
    return 1;
    }
I added the /acceptdeath command, but that's giving me 26 errors in Pawno..
Reply


Messages In This Thread
How to fix this... - by Cr4zyR0d - 23.10.2011, 12:09
Re: How to fix this... - by grand.Theft.Otto - 23.10.2011, 13:48
Respuesta: How to fix this... - by Cr4zyR0d - 23.10.2011, 14:17
Re: How to fix this... - by grand.Theft.Otto - 23.10.2011, 14:22
Respuesta: How to fix this... - by Cr4zyR0d - 23.10.2011, 15:10
Re: How to fix this... - by grand.Theft.Otto - 23.10.2011, 15:11
Re: How to fix this... - by Jason_Thunde - 23.10.2011, 17:40
Respuesta: How to fix this... - by Cr4zyR0d - 23.10.2011, 19:05
Re: How to fix this... - by grand.Theft.Otto - 23.10.2011, 20:24

Forum Jump:


Users browsing this thread: 2 Guest(s)