SA-MP Forums Archive
I need a /do with YCMD - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I need a /do with YCMD (/showthread.php?tid=475595)



I need a /do with YCMD - Pepsicola123 - 14.11.2013

I know this makes me sound lazy but I don't know how to make a YCMD thing for /do I am only a beginner

PLEASE HELP!


Re: I need a /do with YCMD - electrux - 14.11.2013

what do u mean by /do command?


Re: I need a /do with YCMD - newbie scripter - 14.11.2013

pawn Код:
YCMD:do(playerid, params[])
{
    new pName[25], str[128];
    if(!strlen(params[0])) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /do [action]");
    GetPlayerName(playerid, pName, 25);
    format(str, 128, "%s (( %s ))", str, pName);
    SendClientMessageToAll(-1, str);
    return 1;
}
Click Me For More Info On ZCMD

EDIT: IDk whether this works, IDK ycmd, try it


Re: I need a /do with YCMD - Pepsicola123 - 14.11.2013

Thanks!

@Newbie Scripter


Re: I need a /do with YCMD - newbie scripter - 14.11.2013

no problem