Can some correct this for me?
#1

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if (IsPlayerInAnyVehicle(playerid))
    {
        if (Engine[vehicleid] == 0)
        TogglePlayerControllable(playerid, 0);
        GameTextForPlayer(playerid, "Please type ~r~/eon~r~ to turn the Vehicles Engine on", 4, 3000);
    }
    return 1;
}
When I enter the a vehicle it does not freeze me or send the game text?
Reply


Messages In This Thread
Can some correct this for me? - by Luis- - 30.10.2010, 22:26
Re : Can some correct this for me? - by admantis - 30.10.2010, 22:33

Forum Jump:


Users browsing this thread: 1 Guest(s)