Search Results
burgershot #1 community killing your own community =)
17,602
hows life being an internet janitor for free
17,602
'You all are just about that drama and it’s tiring' r u new to this thing called the 'internet' you must be
17,602
you know what will help? Communication. use it for once in your life
17,602
No. My server runs for weeks sometimes one month+ without reloading plugins.
187
Earlier the sscanf didn't use a plugin. Search for "stock sscanf" in script remove it, then include sscanf and compile. But this doesn't seem to be the problem with streamer plugin. Maybe you have a F...
208
Well while saving you just take player-data and run a update query. So even if player quits when the query is running I don't think so it would be a problem as his data is already sent to mysql server...
187
Vince told you the problem make scriptfiles folder write-able. Try chmod 755 on scriptfiles folder via console. Make sure the samp process and scriptfiles folder are owned by same user.
143
Try re-compiling your scripts with latest streamer include and use the plugin of same version! Make sure they are of same version!
208
mysql_tquery and mysql_function_query are asynchronous while mysql_query is synchronous. Use async. ones to avoid server lag.
187
The variable are of int (integer) type which do not store decimal places. Thus when you do "sumi = agoz / bgoz;", the answer is probably in decimals which gets truncated to 0 always as it is integer t...
128
What changes you remember doing in server when this started happening? Are you using any new FS?
318
Try searching for "PlayerPlaySound" with sound id 1159 in your script.
318
Quote: Originally Posted by OnlYgEnyUS He got one database. He could upload both sql files to that database. What. Its MySQL.... You can use one db in as many scripts as you want.
103
Just use the same db name in mysql_connect line in both scripts?
103
Show both accounts and iplog table structure
210