CMD Plugin?
#1

Hi all, i got a server hosted and all the scripts with "CMD: ...." in my gm arent working, What i can do?

All works nice but just the "CMD" commands

EX:

pawn Код:
CMD:ooc(playerid, params[])
{
    new sendername[MAX_PLAYER_NAME], string[128];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    strreplace(sendername, '_', ' ');
    format(string, sizeof(string), "(OOC-G) %s: %s", sendername, params);
    SendClientMessageToAll(COLOR_GREY, string);
    return 1;
}
I got NO errors!

*Server Hosted all worked fine than i modified a script (not GM script) i modified: return 0; with return 1; and stopped work :/
Reply


Messages In This Thread
GM Commands Not working - by Gooday - 05.01.2012, 08:53
Re: CMD Plugin? - by FuTuяe - 05.01.2012, 10:20
Re: CMD Plugin? - by §с†¶e®РµРe - 05.01.2012, 10:25
Re: CMD Plugin? - by Gooday - 05.01.2012, 11:01
Re: CMD Plugin? - by Gooday - 05.01.2012, 11:47
Re: CMD Plugin? - by Gooday - 05.01.2012, 12:26
Re: GM Commands Not working - by robintjeh - 07.01.2012, 20:18
Re: CMD Plugin? - by Scenario - 08.01.2012, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)