Filterscript to Gamemode
#6

Just like this :

public OnFilterscriptInt() change to public OnGamemodeInt()
And public OnFilterscriptExit() change to public OnGamemodeExit()..

And dont forget add this !

pawn Код:
main()
{

}
public OnGamemodeInt()
{

 return 1;
}
i mean main() top of public OnGamemodeInt()..

If you not undarstatnd tell me what can i do ?
Reply


Messages In This Thread
Filterscript to Gamemode - by kirostar - 24.06.2014, 01:08
Respuesta: Filterscript to Gamemode - by Swedky - 24.06.2014, 01:17
Re: Filterscript to Gamemode - by Abagail - 24.06.2014, 01:22
Re: Filterscript to Gamemode - by DaniceMcHarley - 24.06.2014, 01:22
Re: Filterscript to Gamemode - by kirostar - 24.06.2014, 01:23
Re: Filterscript to Gamemode - by VenomMancer - 24.06.2014, 02:41
Re: Filterscript to Gamemode - by kirostar - 24.06.2014, 03:32
Re: Filterscript to Gamemode - by Faisal_khan - 24.06.2014, 03:57

Forum Jump:


Users browsing this thread: 1 Guest(s)