23.08.2015, 17:40
Hey guys. On my server i have a text draw on the spawn screen ( after you logged in so the second screen ) wich says Welkcome to palm stunting. ( its not on ).
I want that textdraw on the first screen also so before you login.
This is my script and i cant get it to work so it will apare on the first screen..
Help me and i will give mad rep+
I want that textdraw on the first screen also so before you login.
This is my script and i cant get it to work so it will apare on the first screen..
Код:
classrequest = TextDrawCreate(100 ,117 , "Welcome ~w~To ~b~Palm Stunting"); TextDrawFont(classrequest , 1); TextDrawLetterSize(classrequest , 1, 7); TextDrawColor(classrequest , 0x0073ffFF); TextDrawSetOutline(classrequest , false); TextDrawSetProportional(classrequest , true); TextDrawSetShadow(classrequest , 1); welcome = TextDrawCreate(2.000000,176.000000," ~w~Welcome on ~r~Palm Stunting "); TextDrawUseBox(welcome,1); TextDrawBoxColor(welcome,0x00000033); TextDrawTextSize(welcome,724.000000,73.000000); TextDrawAlignment(welcome,0); TextDrawBackgroundColor(welcome,0x000000ff); TextDrawFont(welcome,1); TextDrawLetterSize(welcome,1.000000,2.000000); TextDrawColor(welcome,0xffffffff); TextDrawSetOutline(welcome,1); TextDrawSetProportional(welcome,1); TextDrawHideForAll(welcome);