24.08.2015, 12:36
Hi, I have Set Pvar in my gamemode and i've Set GetPVarInt in my Filterscript, but the problem is its not loading in my filterscript.
look:
When the gamemode's timer ended, it says " PVar/MissionPass: 1 " and filterscript also shows "1" but when the gamemode changes, it come back on "0". There were some guys who told me to follow the same format in my next gamemode but still not solved. that thread was old and i thought of creating new.
https://sampforum.blast.hk/showthread.php?tid=582684 - OLD THREAD.
look:
Код:
AccInfo[playerid][MissionPass]++; SetPVarInt(playerid, "MissionPass", AccInfo[playerid][MissionPass]); //PVar is here new str[128]; format(str, 128, "PVar/MissionPass: %d", GetPVarInt(playerid, "MissionPass")); SendClientMessage(playerid, -1, str);
https://sampforum.blast.hk/showthread.php?tid=582684 - OLD THREAD.