SA-MP Forums Archive
Get 255 : Warning - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Get 255 : Warning (/showthread.php?tid=518835)



Get 255 : Warning - VenomMancer - 11.06.2014

Hello guys
I need your help to day -_-

Look this my commands:
pawn Код:
YCMD:level3(playerid, params[], help)
{
    if(pInfo[playerid][pLevel] < 3) return sMess(playerid,1);
    strcat(wlcm,""YE"/kick /healall /armourall /ann \n");
    ShowPlayerDialog(playerid, 9100, DIALOG_STYLE_MSGBOX,"{00FF00}Admin commands Level 3 !", wlcm, "Ok", "");
    return 1;
}
>> YCMD:level3(playerid, params[], help) <on line 1056>

My problem i got this Warning!
Quote:

D:\+ANGGA+\SA-MP SERVER\SA-MP new Project\gamemodes\FR.pwn(1056) : warning 225: unreachable code
D:\+ANGGA+\SA-MP SERVER\SA-MP new Project\gamemodes\FR.pwn(1056) : error 017: undefined symbol "@yC_level3"
D:\+ANGGA+\SA-MP SERVER\SA-MP new Project\gamemodes\FR.pwn(1056) : error 017: undefined symbol "@yC_level3"
D:\+ANGGA+\SA-MP SERVER\SA-MP new Project\gamemodes\FR.pwn(1056) : error 017: undefined symbol "i"
D:\+ANGGA+\SA-MP SERVER\SA-MP new Project\gamemodes\FR.pwn(1056) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.

I need help guys -_-


Re: Get 255 : Warning - VenomMancer - 11.06.2014

FIXED !!!
I make little mistake with this { } !