No detecta ningun comando
#5

Proba asi:

pawn Код:
dcmd_hablavip(playerid,params[])
{
    if(PlayerInfo[playerid][LevelAdmin] >=2)
    {
        if(!strlen(params[0])) return SendClientMessage(playerid, red, "::[ERROR] Uso correcto: /hablavip [texto]");
        new string[128],Admin2[MAX_PLAYER_NAME]; format(string, sizeof(string), "{0099FF}::[Usuario VIP] %s: {ACFF00}%s",Admin2,params[0]);
        SendClientMessageToAll(red,string);
    } else return SendClientMessage(playerid,red,"::[ERROR] Necesitas ser Vip para poder utilizar este comando");
    return 1;
}
Reply


Messages In This Thread
No detecta ningun comando - by uardo12 - 08.09.2014, 04:05
Respuesta: No detecta ningun comando - by roderjit - 08.09.2014, 04:12
Re: No detecta ningun comando - by uardo12 - 08.09.2014, 04:20
Respuesta: No detecta ningun comando - by roderjit - 08.09.2014, 04:48
Respuesta: No detecta ningun comando - by YazukiAkira - 08.09.2014, 05:00
Respuesta: No detecta ningun comando - by !R1Ch@rD! - 08.09.2014, 05:02
Respuesta: No detecta ningun comando - by YazukiAkira - 08.09.2014, 05:07
Respuesta: No detecta ningun comando - by [J]ulian - 08.09.2014, 05:49
Respuesta: No detecta ningun comando - by aoEXE - 08.09.2014, 06:30
Respuesta: No detecta ningun comando - by !R1Ch@rD! - 09.09.2014, 00:27

Forum Jump:


Users browsing this thread: 4 Guest(s)