I Keep Getting these errors
#1

Код:
C:\Users\Adrian\Desktop\SAMP SERVER\gamemodes\first.pwn(142) : error 010: invalid function or declaration
C:\Users\Adrian\Desktop\SAMP SERVER\gamemodes\first.pwn(146) : error 010: invalid function or declaration
C:\Users\Adrian\Desktop\SAMP SERVER\gamemodes\first.pwn(148) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Here are the Lines :

Код:
if (strcmp(cmdtext, "/boxing", true) == 0)
    {
        SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
        SendClientMessage(playerid, COLOR_RED, "You have changed your fighting style to boxing!");
        return 1;
    }
    return 0;
}
Reply
#2

pawn Код:
if (strcmp(cmdtext, "/boxing", true) == 0)
{
   
        SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
        SendClientMessage(playerid, COLOR_RED, "You have changed your fighting style to boxing!");
        return 1;

}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)