Give Kills All command isnt working as well
#3

Quote:
Originally Posted by oMa37
Посмотреть сообщение
PHP код:
CMD:givekillsall(playeridparams[]) {

    if(
LevelAdmin(playerid) < 20) return 0;
    if(
AdmLog[playerid] == false) return SendClientMessage(playerid,Red,"ERROR: айрк озебш мотшлъ агойрйн");

    new 
KillsNum;
    if(
sscanf(params"i"KillsNum)) return SendClientMessage(playerid,White,"Usage: /GiveKillsAll [Kills]");
    if(
KillsNum || KillsNum 2000) return SendClientMessage(playerid,Red,".ма рйъп мъъ йеъш о200 дшйвеъ млм дщшъ");

    foreach(new 
Player) {

        if(
logged[i] == true
            
pInfo[i][Kills] += KillsNum;
    }

    new 
String[94];
    
format(String,sizeof(String),".ръп млм дщшъ {"#C_Grey"}%s {"#C_llBlue"}дшйвеъ {"#C_Grey"}%s {"#C_llBlue"}дагойп",GetNum(KillsNum),GetName(playerid));
    
SendClientMessageToAll(llBlueString);
    
TextDrawHideForPlayer(playeridClickHard);
    return 
1;

Still same problem mate
Reply


Messages In This Thread
Give Kills All command isnt working as well - by asafasaf - 02.08.2017, 12:17
Re: Give Kills All command isnt working as well - by oMa37 - 02.08.2017, 12:20
Re: Give Kills All command isnt working as well - by asafasaf - 02.08.2017, 12:46
Re: Give Kills All command isnt working as well - by FailerZ - 02.08.2017, 13:33
Re: Give Kills All command isnt working as well - by asafasaf - 02.08.2017, 13:52
Re: Give Kills All command isnt working as well - by FailerZ - 02.08.2017, 14:05
Re: Give Kills All command isnt working as well - by asafasaf - 02.08.2017, 14:44
Re: Give Kills All command isnt working as well - by asafasaf - 02.08.2017, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)