12.05.2012, 10:02
i reasondly fount that mysql_query no more work and now it shout be mysql_function_query but i have no idea how to use it i see its defrend from mysql_query and can someone show me how i can convert all my mysql_query to mysql_function_query and here down example one of my scripts (please use example to show me )
PHP код:
new log[156];
format(log,sizeof(log),"INSERT INTO `playerlog` (`username`,`status`) VALUES ('%s','Disconnect')",PlayerName(playerid));//playername is my stock for getplayername
mysql_query(log);