need help with this
#1

how to make when someone is a vip
and he wants yo make an /ad
to give him three text color options
if he wants to make the /ad text blue red or green
ive made this so far:
PHP код:
CMD:vipad(playeridparams[])
{
    new 
dcolorstring[128], sendername[MAX_PLAYER_NAME];
    if(
PlayerInfo[playerid][pVip] < 2) return SendClientMessage(playerid,red,"your Not VIP");
    if(
isnull(params)) return SendClientMessage(playeridlb,"USAGE:/ad [advertisement]");
    
ShowPlayerDialog(playerid,DIALOG_VIPAD,DIALOG_STYLE_LIST,"Choose a color","Red \nGreen \nBlue","Choose","Cancel");
    
GetPlayerName(playeridsendernamesizeof(sendername));
    
format(stringsizeof(string), "[Advertisment]: %s, Contact %s ,Phone: %d",  paramssendername ,PlayerInfo[playerid][pNumber]);
    
SendClientMessageToAll(color,string);

Reply


Messages In This Thread
need help with this - by xMCx - 06.10.2012, 11:45
Re: need help with this - by arakuta - 06.10.2012, 13:18
Re: need help with this - by xMCx - 06.10.2012, 15:28
Re: need help with this - by xMCx - 06.10.2012, 16:38
Re: need help with this - by Faisal_khan - 06.10.2012, 16:44
Re: need help with this - by Danyal - 06.10.2012, 16:47
Re: need help with this - by xMCx - 06.10.2012, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)