[help]
#1

How can i make a car there cant start? xD
Reply
#2

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new engine,lights,alarm,doors,bonnet,boot,objective;
    GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
    SetVehicleParamsEx(vehicleid,0,0,0,0,0,0,0);
    return 1;
}
If im right
Reply
#3

what kind of ID should I take in?
Reply
#4

What you mean?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)