#7

ZMCD
pawn Код:
CMD:ad(playerid, params[])
{
    if(sscanf(params, "s[80]", params))
        return SendClientMessage(playerid, -1, "/ad [message]");

    new VBString[128],VBName[MAX_PLAYER_NAME];
    GetPlayerName(playerid,VBName,MAX_PLAYER_NAME);
    format(VBString,128,"Announcement: %s Contact: %s Phone: %d",params,VBName,PHONE); // Replace PHONE for your phone variable
    SendClientMessageToAll(-1,VBString);
    return true;
}
Reply


Messages In This Thread
help - by Dw.UsHer - 10.05.2012, 16:50
Re: help - by ViniBorn - 10.05.2012, 16:51
Re: help - by Dw.UsHer - 10.05.2012, 16:53
Re: help - by Dw.UsHer - 10.05.2012, 16:55
Re: help - by Neo Karls - 10.05.2012, 16:57
Re: help - by Dw.UsHer - 10.05.2012, 16:59
Re: help - by ViniBorn - 10.05.2012, 17:03
Re: help - by Dw.UsHer - 10.05.2012, 17:12

Forum Jump:


Users browsing this thread: 5 Guest(s)