commands problem
#10

Try this
PHP код:
stock AdminMsg(playeridcmdused[])
{
    new 
str1[128];
    
format(str1,sizeof(str1),"Admin %s (%d) Issued Command /%s.",pname(playerid),playerid,cmdused);
    
Admin(str1);
    foreach(new 
Player)
    {
        if(
pInfo[playerid][AdminLevel] >= && LoginCheck[i] == 1SendClientMessage(i,COLOR_HOTPINK,str1);
    }
    return 
1;

and return 1; on stock Admin
also, create folder ServerInfo in scriptfiles if not exists, server won't create it
MapAndreas plugin isn't loading successfully
Reply


Messages In This Thread
commands problem - by JuzDoiT - 06.08.2016, 14:57
Re: commands problem - by Shinja - 06.08.2016, 15:02
Re: commands problem - by JuzDoiT - 06.08.2016, 15:05
Re: commands problem - by Shinja - 06.08.2016, 15:08
Re: commands problem - by JuzDoiT - 06.08.2016, 15:11
Re: commands problem - by Shinja - 06.08.2016, 15:16
Re: commands problem - by JuzDoiT - 06.08.2016, 15:21
Re: commands problem - by Shinja - 06.08.2016, 15:27
Re: commands problem - by JuzDoiT - 06.08.2016, 15:33
Re: commands problem - by Shinja - 06.08.2016, 15:40
Re: commands problem - by Konstantinos - 06.08.2016, 15:44
Re: commands problem - by Shinja - 06.08.2016, 15:52
Re: commands problem - by SyS - 06.08.2016, 15:58
Re: commands problem - by JuzDoiT - 06.08.2016, 15:58
Re: commands problem - by Shinja - 06.08.2016, 16:02
Re: commands problem - by SyS - 06.08.2016, 16:05

Forum Jump:


Users browsing this thread: 1 Guest(s)