-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By DevGen
Доброго времени суток форумчане! Как реализовать скрытые ники игроков?
Ситуация: Хочу что бы полностью у всех игроков были скрыты ники.
А вместо стандартных ников было к примеру(обязательно с айди):
Неизвестный[ID игрока] Перелазил много тем, но не нашел нужного. Помогите реализовать это
-
Andy Постоянный 28
Здравствуйте, заменил TextDraw капта на сервере, все отлично но проблема в том что полоски должны быть по цвету банды, и сделать это у меня не получается
Capture[playerid][9] = CreatePlayerTextDraw(playerid, 123.500000, 271.433349, "usebox"); PlayerTextDrawLetterSize(playerid, Capture[playerid][9], 0.000000, 0.892591); PlayerTextDrawTextSize(playerid, Capture[playerid][9], 117.500000, 0.000000); PlayerTextDrawAlignment(playerid, Capture[playerid][9], 1); PlayerTextDrawColor(playerid, Capture[playerid][9], 0); PlayerTextDrawUseBox(playerid, Capture[playerid][9], true); PlayerTextDrawBoxColor(playerid, Capture[playerid][9], 16777215); PlayerTextDrawSetShadow(playerid, Capture[playerid][9], 0); PlayerTextDrawSetOutline(playerid, Capture[playerid][9], 0); PlayerTextDrawFont(playerid, Capture[playerid][9], 0);format(GZInfo[i][strcpt],3,"%s", GetGangColor(napad)); PlayerTextDrawSetString(m,Capture[m][9],GZInfo[i][strcpt]); PlayerTextDrawShow(m, Capture[m][9]);GetGangColor(g) { new zx; switch(g) { case 5: zx = 0xDAA520AA; case 6: zx = 0xCD0000AA; case 14: zx = 0x1874CDAA; case 15: zx = 0x009900AA; case 17: zx = 0x00b4e1AA; case 12: zx = 0xCC00FFAA; case 18: zx = 0x6666ffAA; case 13: zx = 0xffcd00AA; default: zx = 0xEEE8CD65; } return zx; }Share this post
Link to post