dcmd Problem.
#1

I have Like about 160 Commands in my server, for some reason i added like 2 or 3, they ALL stopped Working, i dont know why, is there a FIX for this?
Reply
#2

ZCMD + SCCANF FTW.
Reply
#3

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
ZCMD + SCCANF FTW.
yeah, i dont have time to convert more then 370 commands.
Reply
#4

Quote:
Originally Posted by Porsche911
Посмотреть сообщение
yeah, i dont have time to convert more then 370 commands.
CTRL+H FTW.
Reply
#5

Ok, show me how i can convert this command To ZCMD


pawn Код:
dcmd_me(playerid,params[])
{
    new
        string[256];
    if (sscanf(params,"s",string))
            return SendClientMessage(playerid, COLOR_WHITE, "Usage: /me [TexT]");
    format(string,sizeof(string),"%s: %s",PlayerName(playerid),string);
    SendClientMessageToAll(0x375FFFFF,string);
    return 1;
}
This Just a Simple command show me.
Reply
#6

Never Mind i Fix it. thank god.
Reply
#7

Quote:
Originally Posted by Porsche911
Посмотреть сообщение
Ok, show me how i can convert this command To ZCMD
err.. replace "dcmd_" with "CMD:"?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)