#1

whats the code for: if i kill someone, then set my health/armour 100
?
Reply
#2

Oh, that's simple...

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
	SetPlayerHealth(killerid,100);
	SetPlayerArmour(killerid,100);
	return 1;
}
Reply
#3

In your
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
put SetPlayerHealth(killerid, 100);
SetPlayerArmour(killerid, 100);

Edit: 20sec too late xD
Reply
#4

lol scott
Reply
#5

Thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)