remove test command on the traindriver minijob
This commit is contained in:
parent
9c139f24af
commit
6fa16ab50d
@ -104,11 +104,6 @@ hook OnPlayerStateChange( playerid, newstate, oldstate )
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
CMD:getspeed(playerid,params[]){
|
|
||||||
SendServerMessage( playerid, "You are travelling at %d", Train_GetSpeed( GetPlayerVehicleID( playerid ) ));
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
hook OnPlayerEnterDynRaceCP( playerid, checkpointid )
|
hook OnPlayerEnterDynRaceCP( playerid, checkpointid )
|
||||||
{
|
{
|
||||||
if ( checkpointid == p_TrainCheckPoint[ playerid ] )
|
if ( checkpointid == p_TrainCheckPoint[ playerid ] )
|
||||||
|
Loading…
Reference in New Issue
Block a user