/local
#2

pawn Код:
if(strcmp(cmd, "/l", true) == 0)
    {
        new text[128],message[256],sender[MAX_PLAYER_NAME];
        if(sscanf(params,"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;
    }
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: 2 Guest(s)