how to display strings in text draws ?
#8

on top of the sciprt :
PHP код:
new Text:Textdraw2;
under onplayerdeath 
     TextDrawShowForAll
(Killing);
    new 
playernamehere[MAX_PLAYER_NAME];
    new 
string[128];
    new 
killername[MAX_PLAYER_NAME];
    
GetPlayerName(playeridplayernamehereMAX_PLAYER_NAME);
    
GetPlayerName(killeridkillernamesizeof(killername));
    
format(stringsizeof(string), "   LATEST KILLS : %s has Pwned %d."playernamehere,killername);
    
Killing TextDrawCreate(-1.000000431.000000string);
    
TextDrawBackgroundColor(Killing255);
    
TextDrawFont(Killing2);
    
TextDrawLetterSize(Killing0.3000001.000000);
    
TextDrawColor(Killing65535);
    
TextDrawSetOutline(Killing1);
    
TextDrawSetProportional(Killing1);
    
TextDrawUseBox(Killing1);
    
TextDrawBoxColor(Killing, -16776961);
    
TextDrawTextSize(Killing638.0000000.000000); 
you guys know how to make it to show latest kills ? it didnt even show up
Reply


Messages In This Thread
how to display strings in text draws ? - by James124 - 15.09.2010, 00:56
Re: how to display strings in text draws ? - by [L3th4l] - 15.09.2010, 01:26
Re: how to display strings in text draws ? - by James124 - 20.09.2010, 09:37
Re: how to display strings in text draws ? - by Retardedwolf - 20.09.2010, 09:46
Re: how to display strings in text draws ? - by James124 - 20.09.2010, 09:53
Re: how to display strings in text draws ? - by Retardedwolf - 20.09.2010, 10:00
Re: how to display strings in text draws ? - by James124 - 20.09.2010, 12:03
Re: how to display strings in text draws ? - by James124 - 20.09.2010, 12:25
Re: how to display strings in text draws ? - by Retardedwolf - 20.09.2010, 12:49

Forum Jump:


Users browsing this thread: 1 Guest(s)