15.02.2018, 16:01
tried on this way ...
but same problem
im not sure I understood you good... english is not my main language...sry for that
but same problem
im not sure I understood you good... english is not my main language...sry for that
Код:
case 10: { if( GetVehicleModel( GetPlayerVehicleID( playerid ) ) == 431 && GetPlayerState( playerid ) == 2 ) { if( BusLinija[ playerid ] < 11 ) { Muma_DisablePlayerCheckpoint( playerid ); BusLinija[ playerid ]++; CheckpointStatus[ playerid ] = 14; } if( BusLinija[ playerid ] == 2 ){ Muma_SetPlayerCheckpoint( playerid, 963.2554, -1330.4203, 13.4962, 5.0 ); BusLinija[playerid] = 3; SendClientMessage(playerid, 0xFFFF00AA, "*Crazy ED: Move your lazzy ass to bayside and deliver those crates!"); return 1; } if( BusLinija[ playerid ] == 3 ){ Muma_SetPlayerCheckpoint( playerid, 1222.1409, -1284.2852, 13.5143, 5.0 ); BusLinija[playerid] = 4; SendClientMessage(playerid, 0xFFFF00AA, "*Crazy ED: Move your lazzy ass to bayside and deliver those crates!"); return 1; }