whats the safe car tele
#4

Yes it's able to get out of there. Here are some codes:

Get into the interior:
pawn Код:
new veh = GetPlayerVehicleID(playerid);
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xAFAFAFAA, "You must be in an vehicle!");
if(!IsPlayerInRangeOfPoint(playerid, 5, -2073.5991, 975.3473, 62.9219)) return SendClientMessage(playerid, 0xAFAFAFAA, "You are not in range of the entrance point!");
if(GetPlayerState(playerid) != 2) return SendClientMessage(playerid, 0xAFAFAFAA, "You must be the driver of the vehicle!");
SetVehiclePos(GetPlayerVehicleID(playerid), 1403.2014, 3.4539, 1000.9092);
SetVehicleZAngle(GetPlayerVehicleID(playerid), 0.89);
LinkVehicleToInterior(GetPlayerVehicleID(playerid), INTERIOR_ID_YOU_NEED);
PutPlayerInVehicle(playerid, veh, 0);
- No interior,
Reply


Messages In This Thread
whats the safe car tele - by Deal-or-die - 03.01.2011, 19:05
Re: whats the safe car tele - by Kwarde - 03.01.2011, 19:06
Re: whats the safe car tele - by Deal-or-die - 03.01.2011, 19:09
Re: whats the safe car tele - by Kwarde - 03.01.2011, 19:17

Forum Jump:


Users browsing this thread: 2 Guest(s)