30.04.2010, 12:02
How Make a vehicle that nobody can enter in it?
Thanks
Thanks
Originally Posted by Joe Torran C
Why the hell would you want that :P
Anyway use vehicle params |
Originally Posted by eDz0r
Quote:
2.How i use that params |
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(vehicleid == id)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z);
}
return 1;
}
Originally Posted by Zimon95
pawn Код:
|
Originally Posted by Joe Torran C
Quote:
|
Originally Posted by Johnny <~~
You can lock the cars, or if pJob x RemovePlayerFromVehicle ...
|