/ado CMD
#2

pawn Код:
CMD:ado(playerid, params[])
{
    new action[50];
    if(sscanf(params, "s[50]", action)) return SendClientMessage(playerid, COLOR_WHITE, "USAGE: /ado [action]");
    if(strlen(action) >= 50) return SendClientMessage(playerid, COLOR_GREY, "The specified message must not be longer than 49 characters in length.");
    new string[128], Float:X, Float:Y, Float:Z;
    format(string, sizeof(string), "* %s (( %s ))", action, GetPlayerNameEx(playerid));
    GetPlayerPos(playerid, X, Y, Z);
    CreateDynamic3DTextLabel(string, 0xFFFFFFC8, X, Y, Z, 30.0, playerid);
    return 1;
}
Reply


Messages In This Thread
/ado CMD - by Scott Zulkifli - 28.08.2012, 08:44
Re: /ado CMD - by lamarr007 - 28.08.2012, 08:53
Re: /ado CMD - by rahmatjulian - 28.08.2012, 13:17
Re: /ado CMD - by Scott Zulkifli - 28.08.2012, 13:20
Re: /ado CMD - by ridholie - 01.02.2013, 04:19

Forum Jump:


Users browsing this thread: 1 Guest(s)