Variables.
#1

Hi guys.

So i got this problem. I want to make one variable for two filterscripts. Is that possible?


In GameMode:
Код:
new Var[MAX_PLAYERS];
In my FilterScript:
Код:
if (strcmp("/cmd", cmdtext, true, 10) == 0)
	{
	if(Var[playerid] == 1){
	SendClientMessage (playerid,COLOR_RED,"No authorization.");
 	return 1;
	}
Reply


Messages In This Thread
Variables. - by Shetch - 02.03.2011, 20:58
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 21:00
Re: Variables. - by Mean - 02.03.2011, 21:09
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 21:14
Re: Variables. - by Shetch - 02.03.2011, 22:03
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 22:05
Re: Variables. - by Shetch - 02.03.2011, 22:07
Re: Variables. - by Reginaldo - 02.03.2011, 22:11
Re: Variables. - by [L3th4l] - 02.03.2011, 22:11
Re: Variables. - by Shetch - 02.03.2011, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)