16.02.2016, 05:21
Quote:
|
I got a few other errors :
Код:
./includes/callbacks.pwn(5067) : warning 217: loose indentation ./includes/callbacks.pwn(5076) : error 017: undefined symbol "string" ./includes/callbacks.pwn(5076) : error 017: undefined symbol "string" ./includes/callbacks.pwn(5076) : error 029: invalid expression, assumed zero ./includes/callbacks.pwn(5076) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Код:
format(string, sizeof(string), "{FF8000}** {C2A2DA}%s turns the key in the ignition and the engine stops.", GetPlayerNameEx(playerid, 1));
|
PHP код:
new string[128];
format(string, sizeof(string), "{FF8000}** {C2A2DA}%s turns the key in the ignition and the engine stops.", GetPlayerNameEx(playerid, 1));
Recommended >> Make your Line parallel


