Search Results
Quote: Originally Posted by Alpays Yes my resoulution was 1366x768x16 changed to 1366x768x32 since changed resolution didnt saw any squares i think thats the fix In that case i'm glad i...
1,620
I do see what you're trying to say, there should usually be kinda line shaped transparent objects over the sky as the sun rises and falls which is normal but in your case i see little squares all over...
1,620
Quote: Originally Posted by Adamoneoone The code you've written. If you copy pasted what I wrote above you won't get anything, as there's no cache_get function at all. I don't use cache...
676
Quote: Originally Posted by Adamoneoone Show the whole thing you've got. Anyways, if you try to load using this query, you won't see anything for sure, gta sa modelids range from 400 to 60...
676
Quote: Originally Posted by Adamoneoone The proper way to write it using SQL is to use "AND" and not using commas. Code: SELECT * FROM `vehicles` WHERE `vehmodel` = 0 AND `vehcolor1` = 0 ...
676
The variables next to query should be down at the LoadVehicles callback, anyways i've put everything as you said and its not loading the vehicles. Now there's one error in the mysql error log. Code: ...
676
I have created a dynamic vehicle system that allows me to create vehicles around the map just by a command, so far it saves the vehicles into the table but i'm not sure how am i supposed to load it. I...
676
https://sampwiki.blast.hk/wiki/CreatePickup https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup Under OnPlayerPickUpPickup where the pickupid is the one of the health ones: Code: new playermoney = G...
319
I see some mysql functions in the log, and you're not running mysql. But there are plenty more mistakes to fix.
566
I also have the cache version of my gamemode, because it's short and i recently started it. That version has issues aswell, if no one knows how to help i might switch back to cache because atleast it ...
445
Quote: Originally Posted by hopeonxanny after Code: orm_setkey(ormid, "username"); add the orm_apply_cache function Code: orm_apply_cache( ormid, 0 ); // example i dont know why, but i'...
445
I have previously had mysql cache login/register system, but i converted it to orm. Now i'm not sure what the issue is, but the dialogs won't show when player joins. Under OnPlayerConnect Code: mys...
445
I was once curious to see if it's really 900+ players on the server and when i joined as far as i remember it had barely any players.
2,035
Try removing .dll and just leave the names of plugins.
796
Maybe do a ping check and make them rejoin the server.
403
Quote: Originally Posted by Proxus Yes, that was one of the errors. That doesn't fix it, still nothing. But i saw this. Code: [04/29/20 11:38:08] [ERROR] error #1064 while executing q...
736
Quote: Originally Posted by Proxus i should be %i. You have 13 fields (e.g. `USERNAME`) & 13 format specifiers (e.g. %s). However, you only have 12 values (e.g. Player[playerid][Passw...
736
Quote: Originally Posted by Proxus Code: error #1065 while executing query "": Query was empty [ERROR] mysql_format: destination size '225' is too small [DEBUG] retrieved and pushed value...
736
Code: [04/29/20 11:03:33] [INFO] changed log level from 'warning, error' to 'debug, info, warning, error' [04/29/20 11:03:33] [DEBUG] mysql_connect("127.0.0.1", "server_707", "*****", "server_707_mic...
736