Problem with SetPlayerArmour.
#1

Hello.

So when I use the function SetPlayerArmour she crash my GTA, and when I removed all goes well, lol.

Here's how I use it:

pawn Код:
new Float:CheckArmure;
GetPlayerArmour(playerid, CheckArmure);
SetPlayerArmour(playerid, -CheckArmure);
Reply
#2

Are you trying to remove the player's armour completely?

pawn Код:
SetPlayerArmour(playerid, 0.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)