healed Players.
#1

how to make something like this for healed players




and chainsaw like this?.

Reply
#2

CreatePickup
Reply
#3

more help please
Reply
#4

do this
pawn Код:
new healpickup;
after when you create PickUp
pawn Код:
healpickup = CreatePickup(...);
and at OnPlayerPickUpPickUp put
pawn Код:
if(pickupid == healpickup)
{
SetPlayerHealth(playerid, 100);
return 1;
}
Reply
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
What do you expect? It is self explanatory... I believe you have to click it... Not see it.
Reply
#6

thanks . and the chainsaw
Reply
#7

Quote:
Originally Posted by BoU3A
Посмотреть сообщение
thanks . and the chainsaw
Same thing, just make a new pickup and GivePlayerWeapon and find the ID for the chainsaw.
Reply
#8

Quote:
Originally Posted by dannyk0ed
Посмотреть сообщение
Same thing, just make a new pickup and GivePlayerWeapon and find the ID for the chainsaw.
I believe that when a player pickups it, it gives automatically the weapon or health/armour (depending on the pickup).
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)