SA-MP Forums Archive
MYSQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL (/showthread.php?tid=394542)



MYSQL - Fernado Samuel - 22.11.2012

Removed


AW: MYSQL - Skimmer - 22.11.2012

Quote:

is it correct ?

Did you test on your local server?
What's your problem there?


Re: MYSQL - Fernado Samuel - 22.11.2012

Removed


Re: MYSQL - !damo!spiderman - 22.11.2012

I may not have done anything with pawn for a long long time but this line makes no sense

Код:
mysql_query INSERT INTO 'PLACETOINSETTO' ('ID', 'Float:X','Float:Y','Float:Z',) VALUES ('HouseID++', 'Float:X', 'Float:Y', 'Float:Z';", PlayerName, password);
What are you trying to do there? If you're trying to assign that query to a variable then you're doing it very wrong