24.06.2014, 02:41
Just like this :
public OnFilterscriptInt() change to public OnGamemodeInt()
And public OnFilterscriptExit() change to public OnGamemodeExit()..
And dont forget add this !
i mean main() top of public OnGamemodeInt()..
If you not undarstatnd tell me what can i do ?
public OnFilterscriptInt() change to public OnGamemodeInt()
And public OnFilterscriptExit() change to public OnGamemodeExit()..
And dont forget add this !
pawn Код:
main()
{
}
public OnGamemodeInt()
{
return 1;
}
If you not undarstatnd tell me what can i do ?