GetPlayerSurfingVehicleID()
#1

Hi, what do this function? SA-MP Wiki doesn't help. Show me several examples, please.

https://sampwiki.blast.hk/wiki/GetPlayerSurfingVehicleID
Reply
#2

pawn Код:
new veh = GetPlayerSurfingVehicleID(playerid);
new string[32];
format(string, sizeof(string), "You are surfing vehicle ID %d", veh);
SendClientMessage(playerid, -1, string);
Reply
#3

A player car surfs when they are on top of a vehicle, that function gets the vehicle ID that the player is surfing on.
Reply
#4

Can you give me some examples to show me where can I use this function?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)