11.11.2008, 00:40
I did this :
But I ended up with this error when I tried to compile:
Код:
print("\n----------------------------------"); print(" Toyotaspeed Wars"); print("----------------------------------\n"); } public OnGameModeInit() { UsePlayerPedAnims(); return 1; }
Код:
C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\Untitled.pwn(13) : error 055: start of function body without function header C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\Untitled.pwn(15) : error 021: symbol already defined: "SetGameModeText" C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\Untitled.pwn(21) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.