Jump to content

Question

Posted

deci am facut daca ai skill maxim la arma sa faca dmg mai mare dar de ai skill maxim iti da un fost si mori

uite sciptu poate sa ma ajute cineva

if(GetPlayerWeapon(shooter) == 24)
    {
        if(PlayerInfo[shooter][pDesertSkill] >= 1000)
        {
        	if(armour == 0)
			{
				SetPlayerHealth(target,health-80); //Deagle
			}
			else
			{
				SetPlayerArmour(target,armour-80); //Deagle
			}
		}
    }

6 answers to this question

Recommended Posts

Posted

{

SetPlayerHealth(target,health-80); //Deagle

}

else

{

SetPlayerArmour(target,armour-80); //Deagle

}

nu cred ca e ceva bine aici.... deci i da viata -80 sau PARTEA OPUSA tot i da viata -80 :| mai verifica-te

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Posted

{

SetPlayerHealth(target,health-80); //Deagle

}

else

{

SetPlayerArmour(target,armour-80); //Deagle

}

nu cred ca e ceva bine aici.... deci i da viata -80 sau PARTEA OPUSA tot i da viata -80 :| mai verifica-te

E setplayerHealth prima si a 2 e setplayerarmour..nu e acelasi lucru

gXvsYS
Posted

E setplayerHealth prima si a 2 e setplayerarmour..nu e acelasi lucru

scz mi-am facut programare la oftalmolog...mai explicami odata ce vrei sa faci :|

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.