09.11.2013, 09:37
Hello, I got an error with my /updates command.
Quote:
Originally Posted by Compiler
C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17254 -- 17261) : error 075: input line too long (after substitutions)
C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17262) : warning 217: loose indentation C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17262) : error 017: undefined symbol "can" C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17262) : error 017: undefined symbol "now" C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17262) : error 017: undefined symbol "give" C:\Users\Shaun\Desktop\Scripting\Scripting\gamemod es\hrp.pwn(17262) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |
pawn Код:
CMD:updates(playerid, params[])
{
return ShowPlayerDialogEx(playerid, DIALOG_MESSAGE, DIALOG_STYLE_MSGBOX, VERSION,
"* Admins can now give players a mask.\n\
* Added a House furniture system with 0.3e editing system.\n\
* Added a hunger system\n\
* Added a drive thru system which works with the hunger system.\n\
* Admins can now /warn players, 3 warnings will admin jail the player and 5 warnings will ban the player.\n\
* Admins can now use /setpos which works similar to /gotoint, but does not have an interior paramater.\n\
* Admins can now get a vehicle to their location.\n\
* Level 5 Admins can now toggle /admins for normal players.\n\
* Players can no longer /pm the Train_Driver bot.\n\
* Factions leaders can now toggle the (/f)action channel with /fooc.\n\
* Police Officers can now suspend a driving license for a certain amount of minutes.\n\
* Added /getip for level 2+ admins which will return the players IP address and country.",
"Close",
"");
}