help please
#1

when i type /lnhvhcdhsy any thing it didn't give me any thing and when i type An existing command it didn't give me any thing ??
what can i do ??
Reply
#2

Post the command codes.
Reply
#3

too much lines : 5036 line
Reply
#4

any another one?? please i need heeelp :S
Reply
#5

filterscript or gamemode? Were you maybe desynced? Did you try restarting the server? Relogging?

You're too vague for us to help
Reply
#6

it's gamemode , I restarted the server many times still the same problem.
Reply
#7

Show us one existing command we cannot help otherwise.
Reply
#8

btw it was good but I did some thing made it as you see but i dun know what i did
It's 1 Command:
Код:
CMD:givemoney(playerid, params[])
{
    new id, money, string[128], string2[128],plName[24],aName[24];
	GetPlayerName(playerid,aName,sizeof(aName));
	GetPlayerName(id,plName,sizeof(plName));
    if(PlayerInfo[playerid][Level] >= 3)
    {
        if(sscanf(params,"ii",id,money)) return SendClientMessage(playerid,COLOR_WHITE,"USAGE: /givemoney [ID] [amount]");
        else
        GivePlayerMoney(id,money);
        format(string, sizeof(string),"You have give player %s %d$!", plName, money);
        SendClientMessage(playerid, yellow, string);
        format(string2 ,sizeof(string2),"Administrator %s has given you %d$!", aName, money);
        SendClientMessage(id, blue, string2);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)