Question
#1

Hello.Today I create Perk system.I have 1 question.I made perk name Maximal Armour.And how to set this.When Shooter shoot the target(Other player).To take damage on armour 0.5 percent of full armour(When Shooter shoot target to take from target just 0.5 percent of full armour)

I trying to use this public but I dont have idea how to script it.
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
    if(perk[playerid][MaxArmour] == 1)
    {
       
    }
    return 1;
}
PS:My english is little bad when i am explaing
Reply


Messages In This Thread
Question - by SpiderWalk - 15.05.2012, 11:07
Re: Question - by SpiderWalk - 15.05.2012, 12:47
Re: Question - by Niko_boy - 15.05.2012, 12:54
Re: Question - by SpiderWalk - 15.05.2012, 13:00
Re: Question - by ViniBorn - 15.05.2012, 13:06
Re: Question - by SpiderWalk - 15.05.2012, 13:17
Re: Question - by ViniBorn - 15.05.2012, 13:23
Re: Question - by SpiderWalk - 15.05.2012, 16:35
Re: Question - by SpiderWalk - 15.05.2012, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)