/local
#4

pawn Код:
if(strcmp(cmdtext, "/l", true) == 0)
{
    new text[128],message[256],sender[MAX_PLAYER_NAME];
    if(sscanf(cmdtext,"s",text)) return SendClientMessage(playerid, COLOR_RED, "/l(ocal) <text>");
    GetPlayerName(playerid,sender,sizeof(sender));
    format(message,sizeof(message),"%s(%d) says: %s",sender,playerid,text);
    ProxDetector(10.0, playerid,message,COLOR_GREY);
    return 1;
}
Next time show me where u have the errors.
Reply


Messages In This Thread
/local - by dannyk0ed - 25.03.2012, 21:25
Re: /local - by Bogdan1992 - 25.03.2012, 21:28
Re: /local - by dannyk0ed - 25.03.2012, 21:31
Re: /local - by Bogdan1992 - 25.03.2012, 21:36
Re: /local - by dannyk0ed - 25.03.2012, 21:43
Re: /local - by Bogdan1992 - 25.03.2012, 21:48
Re: /local - by dannyk0ed - 25.03.2012, 21:50
Re: /local - by Bogdan1992 - 25.03.2012, 21:52
Re: /local - by dannyk0ed - 25.03.2012, 21:58

Forum Jump:


Users browsing this thread: 3 Guest(s)