Ehen enter in the pickup
#1

Hi dear Scripters! How can i made that - I create a pickup in sf airport but when player go in that pickup with car then see message "to sell car type /sell" when player type /sell then vehicle teleport to my cord but player stang without vehicle
Reply
#2

pawn Код:
new mypickup;

//OnGameModeInit
mypickup = CreatePickup(....

//OnPlayerPickupPickup
if(pickupid == mypickup)
{
  SendClientMessage(COLOR_COLOR,"Your Message");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)