Jump to content

Question

3 answers to this question

Recommended Posts

Posted

Nu stiu SQLITE dar te pot ajuta cu MySQL

new wakaname[25];
			GetPlayerName(i,wakaname,25);
			new str[128];
			format(str,128,"UPDATE `users` SET `Money`='%d' WHERE `name`='%s'",GetPlayerCash(i),wakaname);
			mysql_query(str);

acum sper sa intelegi cate ceva

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.