26.09.2011, 17:22
Quote:
i was using a global variable, however, after i switched to PVars, it worked aswell:
Код:
public OnPlayerText(playerid, text[]){ new Faction=GetPVarInt(playerid,"Faction");//Faction got used a lot more times... SetPlayerTeam(playerid,Faction);//never caused problems here |
Please anyone, I'm so desperate