A simple Help.
#1

Hello!
I have made a pick up.In that, if a player enter it will show a message like this
pawn Код:
SendClientMessage(playerid,red,"blahblahblahblah");
After that the pickup will distroy.I dont want to destroy that pick up but on the same time if a player enter it,
then it should show the message.How to do that?
Reply
#2

Use pickup types 1
Reply
#3

at the top of ya script go
pawn Код:
new pickup;
then go
Код:
pickup = CreatePickup(blah,blah,....
then under OnPlayerPickupPickup(.. go
PHP код:
if(pickupid == pickup)DestroyPickup(... 
Reply
#4

Ok ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)