21.05.2010, 17:27
Quote:
Originally Posted by DJDhan
Thank You
![]() |
![Wink](images/smilies/wink.png)
Quote:
Originally Posted by DJDhan
Now I have to see how to use it with my filterscript as i use dini
![]() |
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
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
}