07.05.2014, 03:16
(
Последний раз редактировалось BlAcKEdiTioN; 07.05.2014 в 03:18.
Причина: Forgot to add the Lines
)
C:\Users\MICASAM\Desktop\pawno\***(15095) : error 017: undefined symbol "ReLoadBox"
C:\Users\MICASAM\Desktop\pawno\***(15092) : warning 204: symbol is assigned a value that is never used: "size"
and
C:\Users\MICASAM\Desktop\pawno\***(15092) : warning 204: symbol is assigned a value that is never used: "size"
Код:
CMD:reloadbox(playerid,params[]) { if(PlayerInfo[playerid][Level] >= 6) { if(isnull(params)) return SendClientMessage(playerid, red, "USAGE: /reloadbox [size] use -45 for the size."); new size = strval(params), string[128]; CMDMessageToAdmins(playerid,"RELOADBOX"); format(string,sizeof(string),"%s has reload message box.", GetName(playerid)); SendClientMessageToAll(blue,string); return ReLoadBox(size); } else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command"); }
Код:
Line 15095 = return ReLoadBox(size);
Код:
Line 15092 = new size = strval(params), string[128];