Filterscript + Script, Possible to combine?
#1

I want to be able to use stuff like:

pawn Код:
if(PlayerInfo[playerid][Muted] == 1)
in my own script without having to define it again. So, I have:

pawn Код:
enum Playerinfo[playerid]
{
Muted,

Blah Blah
In my filterscript


How can I use that in my gamemode?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)