25.09.2016, 16:55
Hi All How to make one like that with colours
+ REP who help me Thanks!
+ REP who help me Thanks!
https://wiki.sa-mp.com/wiki/Create3DTextLabel
https://wiki.sa-mp.com/wiki/Hex_colours
http://forum.sa-mp.com/showthread.php?t=250389
public OnGameModeInit()
{
Create3DTextLabel("{FF0000}Bank of Los Santos\n{FFFFFF}Commands: /balance /deposit /withdraw", -1, X, Y, Z, 40.0, 0, 0);
return 1;
}