28.07.2012, 16:25
Oh yea, forgot.
Float: x,y, text[] replace with coordinates/text u used for them as normal TextDraws(I believe they are created in OnGameModeInit)
pawn Код:
//OnPlayerConnect(playerid...
StatsTacke[playerid]=CreatePlayerTextDraw(playerid,Float:x,Float:y,text[]);
//and others same as this...
StatsLevel[playerid]=CreatePlayerTextDraw(playerid,Float:x,Float:y,text[]);
//etc.