CJ Running style?
#10

Okay,I'm making myself look like an idiot -.-

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.
Reply


Messages In This Thread
CJ Running style? - by Toyotaspeed - 10.11.2008, 20:13
Re: CJ Running style? - by matt2127 - 10.11.2008, 20:14
Re: CJ Running style? - by Toyotaspeed - 10.11.2008, 20:39
Re: CJ Running style? - by matt2127 - 10.11.2008, 20:40
Re: CJ Running style? - by Toyotaspeed - 11.11.2008, 00:33
Re: CJ Running style? - by matt2127 - 11.11.2008, 00:38
Re: CJ Running style? - by Toyotaspeed - 11.11.2008, 00:40
Re: CJ Running style? - by Toyotaspeed - 11.11.2008, 13:32
Re: CJ Running style? - by Streetplaya - 11.11.2008, 13:33
Re: CJ Running style? - by Toyotaspeed - 17.11.2008, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)