[Ayuda] Comando
#2

pawn Код:
zcmd(p, playerid, params[]){
        if(!isnull(params)){
            new string[128];
            if(Info[playerid][pMaskuse] == 1) format(string, sizeof(string), "* %s (( Desconocido )).", params);
            else format(string, sizeof(string), "* %s ((%s))", params, GetPlayerNameEx(playerid));
            return ProxDetector(30.0, playerid, string, COLOR_VERDE,COLOR_VERDE,COLOR_VERDE,COLOR_VERDE,COLOR_VERDE);
        }
        else SendClientMessageEx(playerid, COLOR_GRAD2, "* /p <Acciуn>");
        return 1;  
}
Reply


Messages In This Thread
[Ayuda] Comando - by andresis101 - 30.06.2014, 23:08
Respuesta: [Ayuda] Comando - by Zume - 30.06.2014, 23:37

Forum Jump:


Users browsing this thread: 2 Guest(s)