26.05.2011, 20:43
Hi.
Im setting a Pvar inside a filterscript like this:
SetPVarInt(playerid, "logged", 1);
Then I'm trying to retrieve it from the gamemode:
if(GetPVarInt(playerid, "logged") == 1)
Well, that's not working...
But is curious because i copy the exact same code and paste it inside the gamemode and it works.
Any suggestions?
Im setting a Pvar inside a filterscript like this:
SetPVarInt(playerid, "logged", 1);
Then I'm trying to retrieve it from the gamemode:
if(GetPVarInt(playerid, "logged") == 1)
Well, that's not working...
But is curious because i copy the exact same code and paste it inside the gamemode and it works.
Any suggestions?

