Simple question and help needed
#1

Ok i want this coding to work like this: if the player is admin or rcon admin they are able to use swear words in main chat but if they r not admins then it should return a message saying "You are not allowed to se swaer words in main chat"

PHP код:
  // my coding
    
for(new wordswords<sizeof(SwearWords); words++)
    {
        if(!
IsPlayerAdmin(playerid) && pInfo[playerid][Admin] != 1)//isnt this line saying , if the player isn't rcon OR server admin it should return the message below?
        
{
            if(
strfind(text,SwearWords[words],true) != -)
            {
                  
SendClientMessage(playeriderror,"AdmCmd: You are not allowed to use those words here.");
                return 
0;
                }
        }
    } 
Reply


Messages In This Thread
Simple question and help needed - by 1fret - 24.03.2017, 03:52
Re: Simple question and help needed - by AndySedeyn - 24.03.2017, 04:02
Re: Simple question and help needed - by SyS - 24.03.2017, 04:45
Re: Simple question and help needed - by jasperschellekens - 24.03.2017, 13:54

Forum Jump:


Users browsing this thread: 2 Guest(s)