there shouldn't be problem while there is Help
#2

pawn Код:
if (strcmp("/Kill", cmdtext, true, 6) == 0)
{
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid, COLOR_BRIGHTRED, "You Killed Yourself!");
    return 1;
}
if(strcmp( "/rules", cmdtext, true, 6)== 0)
{
    SendClientMessage(playerid, 0xFF0000AA,"   Rules");
    return 1;
}
don't know if that fixed anything, tell use which line in the script are the one's of the errors..
Reply


Messages In This Thread
there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 09:50
Re: there shouldn't be problem while there is Help - by Sascha - 08.03.2011, 09:53
Re: there shouldn't be problem while there is Help - by Davz*|*Criss - 08.03.2011, 09:58
Re: there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 10:13
Re: there shouldn't be problem while there is Help - by Davz*|*Criss - 08.03.2011, 10:17
Re: there shouldn't be problem while there is Help - by Roomeo - 08.03.2011, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)