17.11.2008, 16:25
Okay,I'm making myself look like an idiot -.-
This is basically the first part :
This is basically the first part :
Код:
#include <a_samp>
main()
{
print("\n----------------------------------");
print(" Toyotaspeed Wars");
print("----------------------------------\n");
}
public OnGameModeInit()
{
UsePlayerPedAnims();
return true;
}
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
public OnGameModeExit()
{
return 1;
}
Код:
And I get this error: C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\TS.pwn(15) : error 055: start of function body without function header C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\TS.pwn(17) : error 021: symbol already defined: "SetGameModeText" C:\Users\Toyotaspeed\Documents\GTA\Sever\scriptfiles\TS.pwn(19) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.

