Filterscript to Gamemode - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Filterscript to Gamemode (
/showthread.php?tid=521664)
Filterscript to Gamemode -
kirostar - 24.06.2014
how to change gamemode to a filterscript?
Respuesta: Filterscript to Gamemode -
Swedky - 24.06.2014
HERE.
Re: Filterscript to Gamemode -
Abagail - 24.06.2014
******.com,
bing.com
yahoo.com
Re: Filterscript to Gamemode -
Beckett - 24.06.2014
Search button.
Re: Filterscript to Gamemode -
kirostar - 24.06.2014
Searched and nothing found.
Re: Filterscript to Gamemode -
VenomMancer - 24.06.2014
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 ?
Re: Filterscript to Gamemode -
kirostar - 24.06.2014
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/?
Re: Filterscript to Gamemode -
Faisal_khan - 24.06.2014
You cannot change the the script like this.