11.03.2011, 11:08
(4133) : warning 217: loose indentation
line 4133 because you have not met or does not hold a place of special duties." );
line 4133 because you have not met or does not hold a place of special duties." );
PHP код:
case JOB_BUSDRIVER:
{
new
vehmodel = GetVehicleModel( GetPlayerVehicleID( playerid ) );
if ( GetPlayerState ( playerid ) != PLAYER_STATE_DRIVER )
{
SendClientMessage ( playerid, COLOR_GREY, " You have to sit in the driver's seat. " );
}
if ( vehmodel == 418)
{
if ( Checkpoint[ playerid ] != CHECKPOINT_BUSSTOP && GetPlayerInterior ( playerid ) == 0 )
{
new
stopid = GetNextBusStop( playerid );
SetPlayerCheckpointEx( playerid, CHECKPOINT_BUSSTOP,
BusStops[ stopid ][ 0 ],
BusStops[ stopid ][ 1 ],
BusStops[ stopid ][ 2 ], 5 );
ShowInfoText( playerid, "~w~go to~r~red ~w~points", 3000 );
}
else
SendClientMessage( playerid, COLOR_GREY, " You are already working or are busy with something else.." );
return true;
}
SendClientMessage( playerid, COLOR_GREY, " You may not use this command,\
because you have not met or does not hold a place of special duties." );
return true;
}