05.11.2012, 14:01
may we have a look on how you declare (create) the textdraws, i.e, where the returned ID of each textdraw gets saved? like
make a command which pronts out all textdraws' id, and compare them again after a gmx. if the numbers (IDs) are messed up, you need to reconsider your textdraw stuff..
opening files is possible with the native samp functions, but i suggest you to have a look at the FileManager plugin
Код:
WelcomeTD[0]=CreateTextDraw(blabla)
opening files is possible with the native samp functions, but i suggest you to have a look at the FileManager plugin