19.06.2009, 18:30
Quote:
Originally Posted by Mr_C30
lol look my post
![]() |
![confused](images/smilies/confused.gif)
Quote:
Originally Posted by Don Correlli
vehicleid is not modelid.
|
[quote=CrαcK ]
pawn Код:
if (IsPlayerInAnyVehicle(playerid))
{
if(GetPlayerVehicleID(playerid) == 597)
{
TogglePlayerControllable(id,0);
new vehid = GetPlayerVehicleID(playerid);
PutPlayerInVehicle(id,vehid,seatid);
}
else ErrorMsg(playerid,"You are not in SF Police Car!");
}