RC-XD?
#1

How can i program a thing where i do /xd and BUY a rc-xd. Its a rc car. I can drive it around as long as i want. I press... c to explode it. It DOES NOT hurt you. You teleport to the place you were last at. How do it?
Reply
#2

iirc all rc's are vehicles so you'd have to create the vehicle and then put the player in the vehicle

https://sampwiki.blast.hk/wiki/CreateVehicle
https://sampwiki.blast.hk/wiki/PutPlayerInVehicle
Reply
#3

Код:
if /xd then createcar and putplayerincar
//then h to blow it up at it is the horn
then onplayerkeypress 
if KEY_HORN 
then set the player spectating that car explode it 
then teleport back to where they started
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)