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;
}
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. |