Search Results
because you can't run a second query in a while loop. Maybe you can do an array with all the id's of the messages which you already read and then make a new query. edit: or better: Код: stock Un...
74
Hmm thanks for the information.
77
Hello guys I've already seen the directory plugin, but I don't want to use any plugins for my include. Is there a possibility to read all the file names in any folder inside the scriptfiles folder? ...
77
I have it already (not quite the same), but thank you anyway
160
Quote: Originally Posted by Chenko The easiest way to do this is have a player variable which is set to zero under OnPlayerUpdate and having a timer which adds one to this variable. Then i...
160
yes, looks like it doesn't work with 5000 for x.. well, thank you for your help guys.
201
Quote: Originally Posted by RACGaming What about Z cordinates, spawn type, and your virtualworld, spawn type is 0, it means it dosent spawn, for spawn types look this: https://sampwiki.bla...
201
p.e.: CreateDynamicPickup(1239,0,-6998.7002, 5067.1001, 4.0);
201
Hi, is there a pickup distance limit? When I create a pickup at p.e. x 5000 and y 4000, the pickup doesn't show up. greetings
201
Have it with the flag, but I can only see this.. doesn't help me -.- Код: [18:29:44] [debug] #0 MySQLGetHouses()+0x3480 at E:\Games\GTA San Andreas\scripts\amigos_0.0.1.pwn:18655 [18:29:44] [deb...
18,162
is there an opportunity to disable the link to the audio file without typing /audiomsg at the client side? Maybe in a new version of samp? :P
10,329
Is there a possibility to make an inner join statement (p.e. SELECT * FROM blabla INNER JOIN blabla2 ON balabla.ID = blabla2.ID) and read out the fields of the two tables (a whole load function)? Is t...
28,992
Where can I download the libmysqlclient_r.so.16? edit: i found it.
28,992
Hi guys! Is there a function to deactivate / block the waterthrower of the firetruck? Best regards selEcT
57
nobody can help? could it be, when I start the server from a usb drive, it takes this error?
53
Hi guys! I've got a big problem I think! I am trying to read out of a mysql table, it has circa 15 entries, which are sub-divided in user entries example: ID-PlayerSQLID-ModelID 1-2-541 2-1-581 ...
53
why does nobody know, what's the problem..?
68
Hello! I've got a problem with the houses. I save the houses with MySQL. Some of them have the same interior, the houses 0-5 have the same interior p.e. But now, when I go into house 5, it works. Bu...
68
I have it now. The array GasInfo was on 14. But it has to be on 15! (new GasInfo[14][GasData] --> new GasInfo[15][GasData]) thx for your help. But an other question How can I do this better? Ð...
28,992