command not working.
#2

Try this

Код:
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;
			}
			if(AscultaPM[playerid] == 1)
            {
                   SendClientMessage(playerid, COLOR_YELLOW, "Acum nu mai asculti PM-urile de pe servr.");
                   AscultaPM[playerid] = 0;
			}
	    }
    }
Reply


Messages In This Thread
command not working. - by SpikeSpigel - 06.07.2015, 01:52
Re: command not working. - by mirou123 - 06.07.2015, 01:56
Re: command not working. - by SpikeSpigel - 06.07.2015, 02:15
Re: command not working. - by mirou123 - 06.07.2015, 02:25
Re: command not working. - by SpikeSpigel - 06.07.2015, 02:39
Re: command not working. - by mirou123 - 06.07.2015, 02:59
Re: command not working. - by SpikeSpigel - 06.07.2015, 11:57
Re: command not working. - by Prokill911 - 06.07.2015, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)