Jump to content
  • 0

problema la opsp


SaLiErY

Question

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
			}
		}
    }

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

{

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

Link to comment
Share on other sites

{

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
Link to comment
Share on other sites

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.