Mystic-RP
#6

pawn Код:
CMD:me(playerid, params[])
{
    new name[MAX_PLAYER_NAME], string[128], input;
    if(!params[0]) return SendClientMessage(playerid, COLOR_WHITE, "[SYNTAX]: /me [action]");
    GetPlayerName(playerid, name, 24);
    format(string, sizeof(string), "*%s %s", name, params);
    ProxDetector(20.0, playerid, string, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE);
    return 1;
}
You forgot GetPlayerName()
Reply


Messages In This Thread
Mystic-RP - by Max_Coldheart - 25.03.2011, 18:36
Re: Mystic-RP - by MadeMan - 25.03.2011, 18:38
Re: Mystic-RP - by Max_Coldheart - 25.03.2011, 18:40
Re: Mystic-RP - by Max_Coldheart - 25.03.2011, 18:44
Re: Mystic-RP - by MadeMan - 25.03.2011, 18:45
Re: Mystic-RP - by armyoftwo - 25.03.2011, 18:45
Re: Mystic-RP - by Max_Coldheart - 25.03.2011, 18:48

Forum Jump:


Users browsing this thread: 1 Guest(s)