MySQL truncating player name
#9

Try using something like this

pawn Код:
format(Query, sizeof(Query), "UPDATE `users` SET (Name, Password) VALUES ('%s','%s')", GetPname(playerid), "PASS");

You might as well use something like, Because you're basically just going to remove the name itself and have nothing for the query to search...
pawn Код:
"UPDATE `users` SET (Name, Password) VALUES ('%s','%s')  WHERE `Name` = '%NAME%"
Again this is upto you can i can't anymore without see the entire part of what you need help with, Thanks.
Reply


Messages In This Thread
MySQL truncating player name - by zombieking - 28.05.2013, 12:15
Re: MySQL truncating player name - by zombieking - 28.05.2013, 13:53
Re : MySQL truncating player name - by Stefano.R - 28.05.2013, 14:51
Re: MySQL truncating player name - by zombieking - 28.05.2013, 17:22
Re: MySQL truncating player name - by TheStreetsRP - 28.05.2013, 19:32
Re: MySQL truncating player name - by zombieking - 28.05.2013, 19:36
Re: MySQL truncating player name - by Pupak - 28.05.2013, 20:20
Re: MySQL truncating player name - by zT KiNgKoNg - 28.05.2013, 20:55
Re: MySQL truncating player name - by zT KiNgKoNg - 28.05.2013, 20:57

Forum Jump:


Users browsing this thread: 1 Guest(s)