05.06.2010, 17:09
Need help with something quick.... I got a splash screen on my server, and you have to click the spawn button to begin. But next to the spawn button, is the left and right arrow, which is not needed at all. Any way to get rid of the arrows, and just center/have the spawn button?
Here is the PAWN code:
Here is the buttons im talking about:
Here is the PAWN code:
Код:
ClassSelection = TextDrawCreate(100.0,150.0,"~w~Welcome to San Andreas Gangsters! ~n~Current server version: ~r~0.9 ~n~~w~Website: ~g~www.SanAndreasGangsters.tk"); TextDrawFont(ClassSelection,3); TextDrawSetOutline(ClassSelection,2); TextDrawSetShadow(ClassSelection,0); TextDrawBackgroundColor(ClassSelection, BLACK); ClassSelection2 = TextDrawCreate(100.0,200.0,"~w~Server Rules: ~r~No hacking/cheating, flaming, carparking ~n~or deathmatching. Respect all players, and obey admins. ~n~You can view what admins are online, by typing /admins"); TextDrawFont(ClassSelection2,3); TextDrawSetOutline(ClassSelection2,2); TextDrawSetShadow(ClassSelection2,0); TextDrawBackgroundColor(ClassSelection2, BLACK); ClassSelection3 = TextDrawCreate(100.0,270.0,"~w~New players type: ~r~/register ~b~PASSWORD~n~~w~Returning players type: ~r~/login ~b~PASSWORD ~n~~w~Once complete, click the spawn button, and enjoy!"); TextDrawFont(ClassSelection3,3); TextDrawSetOutline(ClassSelection3,2); TextDrawSetShadow(ClassSelection3,0); TextDrawBackgroundColor(ClassSelection3, BLACK);