como creo esto
#3

pawn Код:
enum admin{
RangoAdmins,
//ETC...
};
new InfoAdministradores[MAX_PLAYERS][admin];
pawn Код:
new texto[24],data[100];
switch(InfoAdministradores[playerid][RangoAdmins]){
    case 1; texto = "administrador";
    case 2; texto = "moderador";
    case 3; texto = "aprendiz";
    case 4; texto = "ayudante";
    default: texto = "nadie";
}
format(data,sizeof(data),"usted es administador rango: %s",texto);
SendClientMessage(playerid,-1,data);
pawn Код:
if(InfoAdministradores[playerid][RangoAdmins]==1) return SendClientMessage(playerid,-1,"usted es administrador nivel 1");
pawn Код:
if(!InfoAdministradores[playerid][RangoAdmins]>=1) return SendClientMessage(playerid,-1,"usted no administrador nivel igual a 1 o mayor a 1");
nada mas es crear variables y utilizarlas como restriccion para tal funcion con sus respectivos operadores.
saludos.
Reply


Messages In This Thread
como creo esto - by Ruiz_Daniel - 27.01.2014, 07:34
Respuesta: como creo esto - by Zume - 27.01.2014, 07:44
Respuesta: como creo esto - by OTACON - 27.01.2014, 08:11

Forum Jump:


Users browsing this thread: 1 Guest(s)