22.07.2012, 13:23
Hey Guys,
I have created a textdraw and here it is
I checkd in the server and the textdraw isn't there.. !!
I wanted this textdraw full time in the server without going.. !!
Thanks in Advance,
I haven't left anyone without reputing him if he had helped me.. !!
I have created a textdraw and here it is
pawn Код:
//===============================Gamemode Start=================================
public OnGameModeInit()
{
//------------------------------------Welcome : Textdraw -----------------------
new Text:Textdraw1;
// In OnGameModeInit
Textdraw1 = TextDrawCreate(436 ,363 , "Crazy World");
TextDrawFont(Textdraw1 , 3);
TextDrawLetterSize(Textdraw1 , 1, 7);
TextDrawColor(Textdraw1 , 0xff00bbFF);
TextDrawSetOutline(Textdraw1 , false);
TextDrawSetProportional(Textdraw1 , true);
I wanted this textdraw full time in the server without going.. !!
Thanks in Advance,
I haven't left anyone without reputing him if he had helped me.. !!