Help with Filterscript - 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: Help with Filterscript (
/showthread.php?tid=576338)
Help with Filterscript -
Genmetal - 03.06.2015
hey, how can i connect filterscript code with Gamemode?
ex:
pawn Код:
// In Gamemode
enum PlayerInfo
{
p_Skin,
}
new pInfo[MAX_PLAYERS][PlayerInfo];
pawn Код:
// in Filterscript
if(pInfo[playerid][p_Skin] == 240) SendClientMessage(playerid, -1, "You are using Sweet skin");
if you know please insert a example code
Re: Help with Filterscript -
IceBilizard - 03.06.2015
https://sampforum.blast.hk/showthread.php?tid=261584
Re: Help with Filterscript -
Genmetal - 04.06.2015
can you give me a example code how to using it xd