Coches para admin
#1

Hoola de nuevo xD

aora ando buscando como poner coches solo para admins, apartir del level 1 para todos los admins, uso el V-Admin

Alguien lo sabee?

Gracias
Reply
#2

podes usar esto como ejemplo:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER){
        new Pveh;
        Pveh = GetVehicleModel(GetPlayerVehicleID(playerid));
        if(Pveh == 520 || Pveh == 425 || Pveh == 432 || Pveh == 447){
            if(PlayerInfo[playerid][Level] == 0){
              RemovePlayerFromVehicle(playerid);
            return SendClientMessage(playerid, COLOR_RED, "Este vehiculo es solo para administradores");
            }
        }
    }
    return 1;
}
Reply
#3

ok grax, pero donde pongo la id y las coordenadas del coche?
Reply
#4

Quote:
Originally Posted by Rat_
ok grax, pero donde pongo la id y las coordenadas del coche?
Код:
if(Pveh == 520 || Pveh == 425 || Pveh == 432 || Pveh == 447){
esas son las ID
Reply
#5

Quote:
Originally Posted by the_chaoz
podes usar esto como ejemplo:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER){
        new Pveh;
        Pveh = GetVehicleModel(GetPlayerVehicleID(playerid));
        [color=red]if(Pveh == 520 || Pveh == 425 || Pveh == 432 || Pveh == 447)[/color]{
            if(PlayerInfo[playerid][Level] == 0){
              RemovePlayerFromVehicle(playerid);
            return SendClientMessage(playerid, COLOR_RED, "Este vehiculo es solo para administradores");
            }
        }
    }
    return 1;
}
eso es por defecto o esos son hunter, hydra, seasparrow etc.
Reply
#6

No tengo esta linea en mi gamemode :

OnPlayerStateChange(playerid, newstate, oldstate)



y las coordenadas de donde estan los vehiculos?
Reply
#7

Agregaselo -.-
Reply
#8

y las coordenadas de donde estan los veh?
Reply
#9

Quote:
Originally Posted by Rat_
No tengo esta linea en mi gamemode :

OnPlayerStateChange(playerid, newstate, oldstate)



y las coordenadas de donde estan los vehiculos?
no se ncecesitan cordenada para definir el vehiculo con qe pongas el ID de auto checara qe es para admisn jaja
Reply
#10

pero si yo kiero poner solo unos cuantos coches solo para admins?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)