Help With My GM
#5

You added the forward after:

Код:
#if defined FILTERSCRIPT
Move the forward line before it and it works.

Код:
forward SetPlayerRandomSpawn(playerid);
forward SetupPlayerForClassSelection(playerid);

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}

#else
Reply


Messages In This Thread
Help With My GM - by wilcock33 - 14.08.2009, 20:23
Re: Help With My GM - by Correlli - 14.08.2009, 20:24
Re: Help With My GM - by wilcock33 - 14.08.2009, 20:25
Re: Help With My GM - by TheKingWillem - 14.08.2009, 20:27
Re: Help With My GM - by Tr1viUm - 14.08.2009, 20:29
Re: Help With My GM - by wilcock33 - 14.08.2009, 20:30
Re: Help With My GM - by Correlli - 14.08.2009, 20:31
Re: Help With My GM - by wilcock33 - 14.08.2009, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)