Converting global td function
#1

I was looking for a function to get the string of a td, and ended up with [this] one. I tried looking for a player td version of this, but found none. Is there any possible way to convert this function in order for the function to be assigned to player td's. Below is the code used

PHP код:
stock TextDrawGetString(Text:textidstring[], size sizeof(string))
{
    
string[0] = '\0';
    
strcat(stringg_TextDrawText[_:textid], size);
    return 
1;
}[
B][/B
Reply
#2

Searched for it in YSF Include, found it there. Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)