A error i get alot, for some reason
#1

Look at this code:

Код:
teleportmenu = CreateMenu("Teleportmenu", 2, 200.0, 100.0, 150.0, 150.0);
Код:
public OnGameModeInit()
{
	// 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;
}

{
	teleportmenu = CreateMenu("TeleportMenu", 2, 200.0, 100.0, 150.0, 150.0);
And that is my code, and then i get this error:

Код:
C:\Users\Alex\Desktop\Spil\GetRaped.pwn(41) : error 055: start of function body without function header
And this is my line 41:

Код:
{
Reply


Messages In This Thread
A error i get alot, for some reason - by Tisca - 13.02.2009, 13:27
Re: A error i get alot, for some reason - by SilentMouse - 13.02.2009, 13:34
Re: A error i get alot, for some reason - by Tisca - 13.02.2009, 13:51
Re: A error i get alot, for some reason - by [RP]Rav - 13.02.2009, 13:59
Re: A error i get alot, for some reason - by Tisca - 13.02.2009, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)