Filterscript to Gamemode
#1

how to change gamemode to a filterscript?
Reply
#2

HERE.
Reply
#3

******.com,
bing.com
yahoo.com
Reply
#4

Search button.
Reply
#5

Searched and nothing found.
Reply
#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
#7

i understanded but in example if the gamemode is about cops and robbers how to change it to filterscript and when i write cmmand /cnr make me choose cops or robbers/?
Reply
#8

You cannot change the the script like this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)