Search Results
Quote: Originally Posted by Sew_Sumi Does it happen if others join? Or is it only you? And how many objects in that area. How much ram has your graphics card got as well. This was te...
192
Definetly ain't the mods, because I tried a clean copy and still had the same issue.
192
Yo, I'm not talking about the object placement. Take a look at the building textures. They are not even, they used to be. Take a look at the small building next to the hangar - the textures are connec...
192
Hello. I have been having this sort of problem with my client where my object textures keep flickering/glitching. Tried a clean copy of the game, and still nothing. I know certainly that it only happe...
192
PROBLEM SOLVED. You have to install C++ Redistributable for Visual Studio 2015 (x86) if you have this problem in order to get rid of it.
176
Quote: For the latest version of the plugin, you need to install Visual C++ Redistributable for Visual Studio 2015 (x86). I'll see what I can do. I will come back if the problem i...
176
Hello, A few days ago I have installed a new SA-MP 0.3.7 server package and also installed Incognito's Streamer plugin, but I have been having problems with it. It manages fine on the script, works p...
176
BUMP not my post, but does anyone really know a fix to this?
88
Thanks guys, I'll try both of the suggestions.
87
I have started experiencing a problem which I never had before. For some odd reason, after I open my TDEditor with /tde, it starts perfectly, then I get a dialog requesting me to pick Create a new pro...
87
Код: enum e_ZaidInfo { lytis, lagaminas } new ZaidejasINFO[MAX_PLAYERS][e_ZaidInfo]; stock ShowPaskyraInfo(playerid) { new D_PaskyraINFO[512], manolytis[20], manolagaminas[20]; if(...
57
I keep getting this error: Код: [warning] client exceeded 'ackslimit' 127.0.0.1:65417 <14466> Limit: 3000/sec The <14466> might also appear as <6100> for example. and it keeps ...
72
It's possible, you just need to create a system for it - like an inventory or something to store the guns that the player has without ammo, and then save it through the SQL.
67
Hi there. For the past hours I have been having some issues with SendClientMessage. The problem is that the text cuts off after 144 letters or something like that. It's like if I use /say and long te...
67
Quote: Originally Posted by lucamsx Try this Код: forward TaisFreeze(playerid); public TaisFreeze(playerid) { new string1[128]; string1 = "text"; strcat(string1, "text"); ShowPlaye...
83
Made a dialog that should be shown a couple seconds after the player spawns but it doesn't show for no reason. Timer: Код: SetTimerEx("TaisFreeze", 2500, false, "i", playerid); Dialog: Код: ...
83