[HELP] Remove background from dialog [HELP]
#1

Hiye!

I don't know how to remove this black background:



Anyone who know?

My code:

PHP код:
public PlayerInfoTimer(){
  for(new 
i=0;i<MAX_SERVER_PLAYERS;i++){
    
Account[i][Score]=GetPlayerScore(i);
    
GetPlayerHealth(i,PlayerHealth);
    if(
Account[i][gTeam]==TEAM_TERRORISTS){
      if(
ServerInfo[Language]==1)format(string,sizeof(string),"Morti ~w~%d~n~~r~Uccisioni ~w~%d~n~~y~CompagniUccisi ~w~%d~n~~p~Punti ~w~%d~n~~g~Salute ~w~%.f~n~~r~DENARO TERRORISTI: ~w~%d$ ~n~~b~denaro polizia: ~w~%d"Account[i][Deaths], Account[i][GoodKillings], Account[i][BadKillings], Account[i][Score], PlayerHealth+1CriminalsAmmountSWATAmmount);
      if(
ServerInfo[Language]==2)format(string,sizeof(string),"~p~Score ~w~%d~n~~g~Health ~w~%.f~n~~r~TERRORISTS CASH: ~w~%d$ ~n~~b~police cash: ~w~%d"Account[i][Score], PlayerHealth+1CriminalsAmmountSWATAmmount);
      
TextDrawSetString(STATStext[i],string);}
    if(
Account[i][gTeam]==TEAM_SWAT){
      if(
ServerInfo[Language]==1)format(string,sizeof(string),"Morti ~w~%d~n~~r~Uccisioni ~w~%d~n~~y~CompagniUccisi ~w~%d~n~~p~Punti ~w~%d~n~~g~Salute ~w~%.f~n~~u~DENARO POLIZIA: ~w~%d ~n~~b~denaro terroristi: ~w~%d"Account[i][Deaths], Account[i][GoodKillings], Account[i][BadKillings], Account[i][Score], PlayerHealth+1SWATAmmountCriminalsAmmount);
      if(
ServerInfo[Language]==2)format(string,sizeof(string),"~p~Score ~w~%d~n~~g~Health ~w~%.f~n~~u~POLICE CASH: ~w~%d ~n~~b~terrorists cash: ~w~%d"Account[i][Score], PlayerHealth+1SWATAmmountCriminalsAmmount);
      
TextDrawSetString(STATStext[i],string);}
    if(
Account[i][gTeam]==TEAM_TERRORISTS){
      
GivePlayerMoney(i,ResetPlayerMoney(i)+CriminalsAmmount-1);}
    if(
Account[i][gTeam]==TEAM_SWAT){
      
GivePlayerMoney(i,ResetPlayerMoney(i)+SWATAmmount-1);}}
  return 
1;} 
Reply


Messages In This Thread
[HELP] Remove background from textdraw [HELP] - by Fantje - 28.02.2015, 12:10
Re: [HELP] Remove background from dialog [HELP] - by SweetRP - 28.02.2015, 12:35
Re: [HELP] Remove background from dialog [HELP] - by CalvinC - 28.02.2015, 12:37
Re: [HELP] Remove background from dialog [HELP] - by Fantje - 28.02.2015, 12:47
Re: [HELP] Remove background from dialog [HELP] - by Fantje - 28.02.2015, 12:55
Re: [HELP] Remove background from dialog [HELP] - by SweetRP - 28.02.2015, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)