02.03.2011, 20:58
Hi guys. ![Smiley](images/smilies/smile.png)
So i got this problem. I want to make one variable for two filterscripts. Is that possible?
In GameMode:
In my FilterScript:
![Smiley](images/smilies/smile.png)
So i got this problem. I want to make one variable for two filterscripts. Is that possible?
In GameMode:
Код:
new Var[MAX_PLAYERS];
Код:
if (strcmp("/cmd", cmdtext, true, 10) == 0) { if(Var[playerid] == 1){ SendClientMessage (playerid,COLOR_RED,"No authorization."); return 1; }