Textdraw count
#1

Well I guess it isn't possible to count the textdraws created? It gives the no expression error + tag mismatch error.
PHP код:
stock TextDrawCreateEx(Float:xFloat:ytext[])
{
    
TextDrawCreate(Float:xFloat:ytext[]);
    
tdc++;
    
printf("[Current] Simple textdraw: %d",tdc);
    return 
1;
}
stock CreatePlayerTextDrawEx(playeridFloat:xFloat:ytext[])
{
    
CreatePlayerTextDraw(playeridFloat:xFloat:ytext[]);
    
ptd++;
    
printf("[Current] Player textdraw: %d",ptd);
    return 
1;

Reply


Messages In This Thread
Textdraw count - by StrikerZ - 18.04.2017, 05:06
Re: Textdraw count - by DarkSkull - 18.04.2017, 07:24
Re: Textdraw count - by StrikerZ - 18.04.2017, 09:16
Re: Textdraw count - by GangstaSunny. - 18.04.2017, 09:59
Re: Textdraw count - by StrikerZ - 19.04.2017, 09:30
Re: Textdraw count - by Logic_ - 19.04.2017, 09:39
Re: Textdraw count - by StrikerZ - 19.04.2017, 09:48
Re: Textdraw count - by Logic_ - 19.04.2017, 09:58
Re: Textdraw count - by StrikerZ - 19.04.2017, 10:01
Re: Textdraw count - by Logic_ - 19.04.2017, 10:02

Forum Jump:


Users browsing this thread: 1 Guest(s)