td not hiding when kill spree
#3

WTF??

PHP код:
new string[150]; 
format(stringsizeof(string), "NICE!"); 
PlayerTextDrawSetString(killeridrname[killerid], string); 
no need format, also why did you use 150 cells for "NICE!" it only need 6 cells!

You could simply do that:

PHP код:
PlayerTextDrawSetString(killeridrname[killerid], "NICE!"); 
Reply


Messages In This Thread
td not hiding when kill spree - by severance - 02.09.2018, 09:49
Re: td not hiding when kill spree - by DeMoo - 02.09.2018, 10:28
Re: td not hiding when kill spree - by Lokii - 02.09.2018, 10:42
Re: td not hiding when kill spree - by DeMoo - 02.09.2018, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)