SA-MP Forums Archive
Full string? - 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: Full string? (/showthread.php?tid=444952)



Full string? - Tanush123 - 19.06.2013

pawn Код:
format(str,sizeof(str),"UPDATE accounts SET HasHouse = 0,HouseID = 0 WHERE Name = '%s'",HouseInfo[i][Owner]);
            mysql_query(str);
For HouseInfo[i][Owner] does it gets the whole string?


Re: Full string? - MP2 - 19.06.2013

print(f).

Also, you should use primary keys.


Re: Full string? - Tanush123 - 19.06.2013

Quote:
Originally Posted by MP2
Посмотреть сообщение
print(f).

Also, you should use primary keys.
Sorry, but what are primary keys?


Re: Full string? - Scenario - 19.06.2013

http://lmgtfy.com/?q=primary+keys+MySQL