what wrong!!
#2

Write it like this:

PHP код:
CMD:donors(playeridparams[])
{
   new 
string[512];
   for(new 
i,l=GetPlayerPoolSize()+1l++)
   {
      if(!
IsPlayerConnected(i) || !PlayerInfo[i][dRank]) continue;
      
format(stringsizeof(string),"%s{0affea}%s | {FF7E19}dRank: %d\n",string,PlayerName2(i), PlayerInfo[i][dRank]);
   }
   if (!
string[0]) return SendClientMessage(playeridCOLOR_PINK,"No Donors Online");
   
ShowPlayerDialog(playeridDIALOG_WELCOMEDDIALOG_STYLE_MSGBOX"{FF0000}Current Online Donors:"string"Close""");
   return 
1;

Reply


Messages In This Thread
what wrong!! - by SNAKE12 - 13.06.2015, 15:06
AW: what wrong!! - by Kaliber - 13.06.2015, 15:09
Re: AW: what wrong!! - by SNAKE12 - 13.06.2015, 15:26
Re: AW: what wrong!! - by Alpay0098 - 13.06.2015, 15:41
AW: what wrong!! - by Kaliber - 13.06.2015, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)