Online
#2

Theres really no need to set online to the player and the id, try this.

pawn Код:
new query[250];
    mysql_format(MysqlCon, query, sizeof(query), "UPDATE `players` SET `Online`=1 WHERE `user`=%s",
    PlayerName(playerid));
    mysql_tquery(MysqlCon, query, "", "");
//You can also try print(query); for more debuging if this doesn't work, also check your mysql.log
Reply


Messages In This Thread
Online - by Mriss - 10.04.2014, 00:33
Re: Online - by Flake. - 10.04.2014, 01:20

Forum Jump:


Users browsing this thread: 1 Guest(s)