22.09.2018, 15:19
Quote:
A total of 3 textdraws:
- 1 normal textdraw, - 2 model preview textdraw. https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel |
PHP код:
CMD:test(playerid)
{
for(new i = 0; i < 3; i ++)
{
TextDrawShoForPlayer(playerid, TDEditor_TD[i]);
}
return 1;
}