Search Results
Is #undef MAX_PLAYERS and #define MAX_PLAYERS (AMOUNT) included in your script?
135
Replace #include <YSI/y_hooks> with #include <YSI\y_hooks>
42
Try executing these commands: Код: sudo apt-get update sudo apt-get upgrade Now launch the server and try. If this doesn't work then you are most likely going to need to contact your VPS host abou...
149
Run PAWNO as an Administrator and comply. Does it work?
47
Who's the host of your server? Is it a gamemode, VPS or dedicated server?
149
Threaded queries are queries that respond quickly which means they are fast, and are used for loading or saving data in MySQL, just like a normal query. Here is a tutorial on how to make a script with...
183
Remove [c] from CarInfo[c][Text]. Does it work?
90
Download and install this http://us.download.nvidia.com/Window...ional-whql.exe There's a possibility you upgraded to an old driver according to today's standards. Unfortunately there's no stock driv...
245
You're most likely running on a x16 resolution in-game. Switch it to x32.
245
When has this issue occured? Have you made sure that this weird black stripes is not visible to you only? Have you tried disabling anti aliasing and evaluating if anti aliasing was the cause for this...
245
Code: format(query, sizeof(query), "UPDATE `users` SET `gunpackages` = '%s', `packageammo` = '%s'",packages,ammo); This query internationally sets all of the data to each account in the database sinc...
97