21.04.2010, 16:18
Hello, I'm using this -http://forum.sa-mp.com/index.php?topic=148182.0 MySQL plugin, but i have the problem with the player position saving. It can save everything, but not the player position.. 
Here's the code:
Help me someone

Here's the code:
Код:
<...> GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]); <...> format(query, 1024,"UPDATE "SQL_TABLE" SET Numeris = '%d', Mobilus = '%d', X_Kordinate = '%s', Y_Kordinate = '%s', Z_Kordinate = '%s' WHERE vardas = '%s'",pInfo[playerid][Mobilus],Pos[0],Pos[1],Pos[2],pInfo[playerid][Nick]); mysql_query(query); mysql_free_result(); <...>
