get textdraw string
#1

Is there such a possibility to get textdraw string? I've been looking for something similar but couldn't find anything, is it at least possible?
Reply
#2

yes very much but for that you will need custom function
e.g.
pawn Код:
new TextString[MAX_TEXTDRWS][256];

stock TextDrawSetStringEx( Text:textid, string[] )
{
    TextDrawSetString( textid, string );
    format( TextString[textid], SOMESIZE, string );
}
please see: totaly untested code and i am sure the above code will not even work , but yes thats just a example through which you can make your need fulfilled
Reply
#3

yeah i know what you mean, any other ways available?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)