14.08.2010, 04:28
Код:
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.
Код:
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; }