Admins command
#1

script : https://gyazo.com/0decc821b047ea4239d7e7dfa1684b7e

error : https://gyazo.com/38a5bc6bb14231eedfe0c53e1e15d660

pls help
Reply
#2

This third parameter of cache_get_field_content is where to store the data.

For instance:

Код:
new data[128];
cache_get_field_content(i, "name", data);
You've also commented

Код:
new linie[256];
on line 20849.
Reply
#3

Код:
20863: format(linie, 256, "%d{FFFFFF} %s - %s, levelu, playerid, status);
Should be:

Код:
20863: format(linie, sizeof(linie), "%d{FFFFFF} %d - %s, levelu, playerid, status);
playerid is an integer so it's %d, not %s. Not sure if that could be the reason though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)