Help with Filterscript
#1

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
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=261584
Reply
#3

can you give me a example code how to using it xd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)