/showpms command not working .
#1

Resolved.
Reply
#2

BUMP.
Reply
#3

pawn Код:
if(strcmp(cmd, "/showpms", true) == 0)
    {
        if (PlayerInfo[playerid][pAdministrator] >= 1)
        {
            if(AscultaPM[playerid] == 0)
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Acum asculti PM-urile de pe server.");
                AscultaPM[playerid] = 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Acum nu mai asculti PM-urile de pe servr.");
                AscultaPM[playerid] = 0;
            }
        }
    }
Reply
#4

Quote:
Originally Posted by Tamer
Посмотреть сообщение
pawn Код:
if(strcmp(cmd, "/showpms", true) == 0)
    {
        if (PlayerInfo[playerid][pAdministrator] >= 1)
        {
            if(AscultaPM[playerid] == 0)
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Acum asculti PM-urile de pe server.");
                AscultaPM[playerid] = 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Acum nu mai asculti PM-urile de pe servr.");
                AscultaPM[playerid] = 0;
            }
        }
    }
It worked for the /showpms command , now it says when I'm activating/dezactivaiting the showpms and works perfectly. But I still don't get in game what players are speaking on PM.
Reply
#5

Resolved, please delete.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)