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

Errors..

pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\My Script.pwn(225) : error 010: invalid function or declaration
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\My Script.pwn(229) : error 010: invalid function or declaration
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\My Script.pwn(232) : error 010: invalid function or declaration
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\My Script.pwn(237) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors
script

pawn Код:
if (strcmp("/Kill", cmdtext, true, 10) == 0)
    {
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid, COLOR_BRIGHTRED, "You Killed Yourself!");
    return 1;
}

    if(strcmp(cmdtext, "/rules", true, 6)== 0)
    {
    SendClientMessage(playerid, 0xFF0000AA,"   Rules");
  return 1;
}
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: 2 Guest(s)