How do i make a player be put in a vehicle automatically?
#1

Hey,

how do i make a player be put into a vehcile? for example on spawn how would i make the player be put into an infernus?

Please help me
Reply
#2

Код:
new Infernus[MAX_PLAYERS];
OnPlayerSpawn
Код:
Infernus[playerid] = CreateVehicle(...);
PutPlayerInVehicle(playerid,Infernus[playerid],0);
Reply
#3

what do i put where you said "(...)"
Reply
#4

https://sampwiki.blast.hk/wiki/CreateVehicle
Reply
#5

Thanks i was going to edit my post because i found out how to do it thank you for helping
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)