Player position not saved on crash/timeout
#5

try replacing
PHP код:
        mysql_format(ServerMySQL,query1,sizeof(query1),"UPDATE `Users` SET  Name ='%s',pIP='%s',pCash = %d,pAdmin=%d, pXPos = %f, pYPos = %f, pZPos = %f, pAPos = %f,Interior=%d WHERE Name = '%s'",GetName(playerid),playerip[playerid],cash,PlayerInfo[playerid][pAdmin], pos[0], pos[1], pos[2], pos[3],PlayerInfo[playerid][Interior],GetName(playerid)); 
with:
Код:
        mysql_format(ServerMySQL,query1,sizeof(query1),"UPDATE `Users` SET  `Name` = '%s', `pIP` = '%s', `pCash` = '%d', `pAdmin` = '%d', `pXPos` = '%f', `pYPos` = '%f', `pZPos` = '%f', `pAPos` = '%f', `Interior` = '%d' WHERE `Name` = '%s'",GetName(playerid),playerip[playerid],cash,PlayerInfo[playerid][pAdmin], pos[0], pos[1], pos[2], pos[3],PlayerInfo[playerid][Interior],GetName(playerid));
Reply


Messages In This Thread
Player position not saved on crash/timeout - by Tass007 - 21.09.2016, 06:48
Re: Player position not saved on crash/timeout - by bboytimix - 21.09.2016, 07:33
Re: Player position not saved on crash/timeout - by bboytimix - 21.09.2016, 07:36
Re: Player position not saved on crash/timeout - by Tass007 - 21.09.2016, 11:10
Re: Player position not saved on crash/timeout - by jlalt - 21.09.2016, 11:16
Re: Player position not saved on crash/timeout - by Konstantinos - 21.09.2016, 11:46
Re: Player position not saved on crash/timeout - by Tass007 - 21.09.2016, 12:11
Re: Player position not saved on crash/timeout - by Konstantinos - 21.09.2016, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)