03.10.2013, 04:03
After you have created the textdraw, like with ipleomax td editor, format it and use PlayerTextDrawSetString
pawn Код:
format(str, sizeof(str), "Kills: %d~n~Deaths: %d", PlayerKills, PlayerDeaths); // Will create the text with Kills: XX and Deaths: XX on next line
PlayerTextDrawSetString(playerid, YourPlayerTextdraw[playerid], str);