23.06.2014, 23:57
Quote:
At the end of the line 22372 and at the start of the line 22373 remove the >> " << chars. At the end of the line 22384 add
>> ); << |
PHP код:
COMMAND:whatsnew(playerid, params[])
{
new watsnew[ 1000 ];
strcat(watsnew, "{89ca25}==============================================================\n");
strcat(watsnew, "AdvGames RolePlay | The latest changes on the server | Mafia RolePlay\n");
strcat(watsnew, "==============================================================\n");
strcat(watsnew, "{ffffff}- Added two new faction - Ballas and Geonovese \n\
- Fixed the delivery company comps system\n\
- Changed the color of the faction chat (/f) \n\
- Changed the color of the tier 0 in the army\n\
- Added mapping all over Los Santos\n\
- Changed the spawn point\n\
- Changed the Main Bank's interior\n\
- Removed house icons from the map\n\
- Increased the maximum of /sellhouse\n\
- Added more business interiors\n\
- Changed map icons into yellow dots \n\
- Added text lables upon HQs\n\
- Fixed houselocker bug\n");
strcat(watsnew, "- Minor bugs fixed \n");
ShowPlayerDialog(playerid, 20, DIALOG_STYLE_MSGBOX, "AdvGames Community: Mafia RolePlay - Script Updates",watsnew, "Ok", "");
return 1;
}
Код:
C:\Users\Amit\Desktop\Test Mafia RolePlay\gamemodes\AdvGames.pwn(22383) : error 075: input line too long (after substitutions) C:\Users\Amit\Desktop\Test Mafia RolePlay\gamemodes\AdvGames.pwn(22384) : error 037: invalid string (possibly non-terminated string) C:\Users\Amit\Desktop\Test Mafia RolePlay\gamemodes\AdvGames.pwn(22384) : error 017: undefined symbol "ffffff" C:\Users\Amit\Desktop\Test Mafia RolePlay\gamemodes\AdvGames.pwn(22384) : error 017: undefined symbol "Added" C:\Users\Amit\Desktop\Test Mafia RolePlay\gamemodes\AdvGames.pwn(22384) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.