- Ошибка
-
Sprite All players display
- ОС
- Linux
- Amx Mod X
-
1.8.2
- Билд
-
-
- ReGamedll
-
-
- Версия Metamod
-
-
- Список метамодулей
-
-
- Список плагинов
-
-
- Автор плагина
- -
- Версия плагина
- -
- Исходный код
-
-
how do I get all the players to see?
Код:
message_begin(MSG_ALL,SVC_TEMPENTITY)
write_byte(124)
write_byte(id)
write_coord(65)
write_short(g_PatronSprite)
write_short(32767)
message_end()