Accessing Variables...
#4

Quote:
Originally Posted by DJDhan
Thank You
Np
Quote:
Originally Posted by DJDhan
Now I have to see how to use it with my filterscript as i use dini
I never used dini, so i can't give you a whole example.
But i can say that you should put a deaths/kills/skill levels from your file right to the P'variable, like:
pawn Код:
//In your FS
SetPVarInt(playerid,"SkillLevel",value);//value = Info about Skill Level from your file
And check a skill level when player is spawn:
pawn Код:
//In your GM
if(GetPVarInt(playerid,"SkillLevel") == 5)//If playa got 5th skill level (just for example)
{
//Give a weapon that you need here
}
Reply


Messages In This Thread
Accessing Variables... - by DJDhan - 21.05.2010, 14:36
Re: Accessing Variables... - by Norck - 21.05.2010, 16:35
Re: Accessing Variables... - by DJDhan - 21.05.2010, 16:41
Re: Accessing Variables... - by Norck - 21.05.2010, 17:27
Re: Accessing Variables... - by DJDhan - 21.05.2010, 18:25

Forum Jump:


Users browsing this thread: 2 Guest(s)