on player pickup pickup
#1

how can i make that: when player pickup pickup then to fall down car (infernus)
Reply
#2

help pleasee
Reply
#3

just use CreateVehicle.
Remember to call it inside OnPlayerPickUpPickup
Reply
#4

Quote:
Originally Posted by lrZ^
just use CreateVehicle.
Remember to call it inside OnPlayerPickUpPickup
I think thats hard to understand if you dont know what to do

At wiki is a good example https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
Reply
#5

pawn Code:
new infernus;
//OnPlayerPickuppickup
if(pickupid == infernus)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
CreateVehicle(411,x,y,z,0,-1,-1,-1);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)