08.09.2013, 02:47
PHP код:
//No Seu Comando
static
Veiculo = GetVehicleModel ( GetPlayerVehicleID ( playerid ) ) ;
if ( Veiculo == 403 || Veiculo == 514 || Veiculo == 515 ) {
//Se Estiver no Veiculo Correto
}
else {
//Caso nгo esteja
}