09.06.2013, 09:39
Try to add two "mysql_connect" lines with 2 different tables... and use a MySQL variable like
on the top of your script, so you can later differentiate them when e.g. disconnecting....
In the mysql query you need to add the current table you want to address in the code... For the exact useage of that mysql code you might need to ******, I'm not quite sure how it looks anymore, although I know that there is a certain way to code the query for such cases...
I guess it should work with SA-MP, too.
Код:
new MySQL:connection1, MySQL:connection2;
In the mysql query you need to add the current table you want to address in the code... For the exact useage of that mysql code you might need to ******, I'm not quite sure how it looks anymore, although I know that there is a certain way to code the query for such cases...
I guess it should work with SA-MP, too.