When I open top15
PHP Code:
public Show_Top(id) {
for(new i; i < g_maxPlayers; i++) {
if(is_user_connected(i))
Save_MySql(i) // Save all stats to get the correct top
}
show_motd(id, "website/index.php", "PointMod By Xalus");
}
Then,
I play more, and more players get in the top.
If I open TOP again, it doesn't update,
no score changes, no more players in the top,
How to fix this?
I need add something in the php so it updates always or something?
Or in the plugin?
Thanks!
__________________