09.05.2014, 21:24
Hi,
I would need to vehicle teleported to me and threw me into it.
Now I have only that port into the vehicle.
Could someone do me?
I would need to vehicle teleported to me and threw me into it.
Now I have only that port into the vehicle.
Could someone do me?
Код:
if(dialogid == DIALOG_FINDVEHICLE) { if(response) { new id; sscanf(inputtext[4], "d", id); if(IsValidVehicle(id)) { PutPlayerInVehicle(playerid, VehicleID[id], 0); SendClientMessage(playerid, COLOR_WHITE, "Portol si sa do vozidla"); } } return 1; }