is this command wrong?
#1

pawn Код:
CMD:dice(playerid,params[])
{
new rand = random(12);
new sendername[MAX_PLAYER_NAME], message[128];
format(message, sizeof(message), "%s(%d) tries his luck and throws the dice, The dice landed on the number %d",sendername,playerid,rand);
ProxDetector(30.0, playerid, message,COLOR_LAWNGREEN,COLOR_LAWNGREEN,COLOR_LAWNGREEN,COLOR_LAWNGREEN,COLOR_LAWNGREEN);
return 1;
}
CMD:ad(playerid,params[])
{
new sendername[MAX_PLAYER_NAME], string[28];
format(string, sizeof(string),"ADVERTIESMENT: %s, contact %s (ID:%d)",params,sendername,playerid);
SendClientMessageToAll(COLOR_ORANGE,string);
return 1;
}
guys tell me is this code wrong

it does compile but it does not show my name, in the commad /ad it does not show my name and id,and in command /dice it shows only the ID

need help in this
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)