GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: dani0209 - 2015. október 23. - 13:28:38

Cím: Textdraw szín és pozíció
Írta: dani0209 - 2015. október 23. - 13:28:38
Sziasztok valaki tudna küldeni egy linket a textdraw szín IDkről ehhez:


PlayerTextDrawBoxColor(playerid,LoginDraw[playerid][3], 512819010);
 
És hogyan tudnám megváltoztatni a pozícióját?
Cím: Textdraw szín és pozíció
Írta: ZSOLTI99 - 2015. október 23. - 18:18:54
http://wiki.sa-mp.com/wiki/TextDrawCreate
 
 welcomeText = TextDrawCreate(240.0,580.0,\"Welcome to my SA-MP server\");

 
240.0,580.0 ezek határozzák meg hogy hol helyezkedik el a textdraw
Színt pedig ezzel lehet beállítani
http://wiki.sa-mp.com/wiki/TextDrawColor
 
TextDrawColor(Example, 0x000000FF);

 
0x000000FF ez a színkód
Itt tudsz kikeverni szép színeket
https://sampforum.hu/index.php?page=color
Cím: Textdraw szín és pozíció
Írta: dani0209 - 2015. október 23. - 22:31:54
köszi zárok