is this command wrong?
#4

Edit: /\

You are not getting player's name.

pawn Код:
CMD:ad(playerid,params[])
{
    new sendername[MAX_PLAYER_NAME], string[28];
    GetPlayerName(playerid, sendername, MAX_PLAYER_NAME);//<<<<<
    format(string, sizeof(string),"ADVERTIESMENT: %s, contact %s (ID:%d)",params,sendername,playerid);
    SendClientMessageToAll(COLOR_ORANGE,string);
    return 1;
}
Obs. Your string array is too short, will not print all characters.
Reply


Messages In This Thread
is this command wrong? - by ZBits - 18.07.2012, 15:36
Re: is this command wrong? - by LukeStephens - 18.07.2012, 15:38
Re: is this command wrong? - by Andi_Evandy - 18.07.2012, 15:40
Re: is this command wrong? - by Larceny - 18.07.2012, 15:41
Re: is this command wrong? - by Dan. - 18.07.2012, 15:44
Re: is this command wrong? - by ZBits - 18.07.2012, 16:07
Re: is this command wrong? - by Larceny - 18.07.2012, 16:12
Re: is this command wrong? - by Dan. - 18.07.2012, 16:13
Re: is this command wrong? - by ZBits - 18.07.2012, 16:19
Re: is this command wrong? - by Dan. - 18.07.2012, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)