A very Tough Question
#4

Quote:
Originally Posted by Babul
Посмотреть сообщение
have a look at the GVar Plugin
heres your code as example:
pawn Код:
SetGVarInt("var",88,0);
a gvar can be named - even better: to access the named variables, you may use any string:
pawn Код:
new string[16];
format(string,sizeof(string),"var");//feel free to add %d with ,playerid
new result=GetGVarInt(string,0);//now result contains 88
No, No , I actually dont need this.

I am making an include, hence I wont have any access to other script and variables.
Reply


Messages In This Thread
A very Tough Question - by [MM]RoXoR[FS] - 20.07.2012, 12:08
Re: A very Tough Question - by Andi_Evandy - 20.07.2012, 12:10
Re: A very Tough Question - by Babul - 20.07.2012, 12:14
Re: A very Tough Question - by [MM]RoXoR[FS] - 20.07.2012, 14:37
Re: A very Tough Question - by [MM]RoXoR[FS] - 20.07.2012, 14:48
Re: A very Tough Question - by [MM]RoXoR[FS] - 20.07.2012, 15:25
Re: A very Tough Question - by [MM]RoXoR[FS] - 20.07.2012, 15:58

Forum Jump:


Users browsing this thread: 4 Guest(s)