24.06.2011, 16:25
Hi there..
Is it possible to make filterscript contact with gamemode? I want to make big system in filterscript, not in Gm, so i can unload it easily and will not consume much space. It's RP GM and i have to use GM strings, variables and so so, like PlayerInfo[playerid][pCash].. When i try to use PlayerInfo without defining everything from beginning, it gives me error that PlayerInfo isnt defined. When i define it, FS doesnt read variables from GM.
Is it possible to make filterscript contact with gamemode? I want to make big system in filterscript, not in Gm, so i can unload it easily and will not consume much space. It's RP GM and i have to use GM strings, variables and so so, like PlayerInfo[playerid][pCash].. When i try to use PlayerInfo without defining everything from beginning, it gives me error that PlayerInfo isnt defined. When i define it, FS doesnt read variables from GM.