28.05.2013, 05:14
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 500
new auto[MAX_PLAYERS];//sea visible para todos los jugadores
auto = GetPlayerVehicleID(playerid);//extrae la id del vehiculo
if(auto > 403)//ID del vehiculo
{
//funciones
}