04.10.2016, 04:55
According to this https://sampwiki.blast.hk/wiki/PlayerTextDrawSetString the
"txt" need to replaced with the textdraw and yeah i think the format line
the "txt" should be replaced with "string". Try it i'm not sure about this.
Код:
PlayerTextDrawSetString(playerid,txt,string);
Код:
format(txt,sizeof(txt),"InvSlot%i[playerid]",i+1);