Sign in to follow this
Followers
0

Проблема с текстдравом
Started by
vlad-crmp
,
Рекомендованные сообщения
Лучший ответ
new SpeedTimer[MAX_PLAYERS];//Ко всем new
if(newstate == PLAYER_STATE_DRIVER)
{
SpeedTimer[playerid] = SetTimerEx("ShowSpeed",200,1,"d",playerid);
PlayerTextDrawShow(playerid, SpeedTextDraw[playerid]);
}
if(oldstate == PLAYER_STATE_DRIVER)
{
KillTimer(SpeedTimer[playerid]);
PlayerTextDrawHide(playerid, SpeedTextDraw[playerid]);
}
5 posts in this topic

This topic is now closed to further replies.
Sign in to follow this
Followers
0
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-