I need a /do with YCMD
#1

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!
Reply
#2

what do u mean by /do command?
Reply
#3

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
Reply
#4

Thanks!

@Newbie Scripter
Reply
#5

no problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)