SA-MP Forums Archive
TextDraws.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraws.. (/showthread.php?tid=317459)



TextDraws.. - -CaRRoT - 11.02.2012

Alright - I Added this under Ongamemodeinit

PHP код:
    Textdraw0 TextDrawCreate(476.000000104.000000"Next Evolution RP");
    
TextDrawBackgroundColor(Textdraw0255);
    
TextDrawFont(Textdraw01);
    
TextDrawLetterSize(Textdraw00.5000001.000000);
    
TextDrawColor(Textdraw0, -16776961);
    
TextDrawSetOutline(Textdraw01);
    
TextDrawSetProportional(Textdraw01);
    
Textdraw1 TextDrawCreate(13.000000427.000000"www.sampnerp.tk");
    
TextDrawBackgroundColor(Textdraw1255);
    
TextDrawFont(Textdraw11);
    
TextDrawLetterSize(Textdraw10.5000001.000000);
    
TextDrawColor(Textdraw1, -65281);
    
TextDrawSetOutline(Textdraw11);
    
TextDrawSetProportional(Textdraw11); 
And added this :

PHP код:
new Text:Textdraw0;
new 
Text:Textdraw1
and also added this under onplayerconnect

PHP код:
    TextDrawShowForPlayer(playeridTextdraw0);
    
TextDrawShowForPlayer(playeridTextdraw1); 
but.. nothing appear IG and it Compiles fine - Rep+ for the one who will solve this


Re: TextDraws.. - Tanush123 - 11.02.2012

Did you try under playerspawn? and are you correct thats the right float.


Re: TextDraws.. - -CaRRoT - 11.02.2012

Yeah , Tried it but still not working..


Re: TextDraws.. - DexToxz - 11.02.2012

Add me on xFire : DexToxz
iil will help you with it