
15.08.2018, 23:49
|
|
Постоянный
Регистрация: 28.03.2013
Сообщений: 495
С нами:
6908018
Репутация:
213
|
|
Сообщение от _=Gigant=_
do you know how to define skin id for other_player ? for example i want to draw text on all players which are with skin id 29
C++:
Код:
if
(
actor
->
base
.
model_alt_id
!=
29
)
continue
;
|
|
|