ayuda stock jugadoradmin
#3

Que mala costumbre de retornar funciones

PHP код:
stock JugadorAdmin(sJugadorID,sNivel,bool:MsgAuto=true) {
    if(
infJugador[sJugadorID][Admin] >= sNivel)
        return 
true//Retornamos verdadero.. (el jugador es admin)
    
if(MsgAuto==true)
        
SendClientMsg(sJugadorID,COLOR_FRED,"ERROR",sprintf("{FFFFFF}Necesitas ser administrador nivel {BBFF8D}%d{FFFFFF} para utilizar este comando.",sNivel));
    return 
false//Retornamos falso

Reply


Messages In This Thread
ayuda stock jugadoradmin - by mcreed - 08.08.2016, 15:59
Respuesta: ayuda stock jugadoradmin - by mcreed - 08.08.2016, 16:42
Re: ayuda stock jugadoradmin - by Daniel-92 - 08.08.2016, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)