24.11.2015, 22:57
Quote:
i know this..the problem is it will show all the server the Deaths for only 1player..
|
Код:
new PlayerText:da[MAX_PLAYERS]; da[playerid] = CreatePlayerTextDraw(playerid, 320.0, 240.0, " "); format(str, sizeof(str), "%i",pInfo[playerid][Deaths]); PlayerTextDrawSetString(playerid, da[playerid], str); PlayerTextDrawShow(playerid, da[playerid]);