16.05.2017, 17:01
Quote:
Thanks, new to mysql so I make stupid mistakes...
Now command prints 3 times same Nick and same Rank. But I have at least 3 different player names that are in same faction. |
PHP код:
cache_get_value(0, "Name", Nick, 24);
cache_get_value_int(0, "Rank", Rank);
cache_get_value_int(0, "LoggedIn", Status);
PHP код:
cache_get_value(i, "Name", Nick, 24);
cache_get_value_int(i, "Rank", Rank);
cache_get_value_int(i, "LoggedIn", Status);