02.09.2018, 10:42
WTF??
no need format, also why did you use 150 cells for "NICE!" it only need 6 cells!
You could simply do that:
PHP код:
new string[150];
format(string, sizeof(string), "NICE!");
PlayerTextDrawSetString(killerid, rname[killerid], string);
You could simply do that:
PHP код:
PlayerTextDrawSetString(killerid, rname[killerid], "NICE!");