Search Results
Ram not enough , Your code loading too heavy for processing or bug , Network communication , DLL problems
146
Run multi server just change port to different port and make sure port forward is correct and its forward all
116
Make sure Visual Studio 2008 Required and you have install it or up to date Make Sure MySQL is lastest version
152
PHP код: OnPlayerSpawn  BTW make sure that in native you didn't change default value I think original is 250 And Keep in mind CreateDynamicObject can stream 1000 object at most per area &...
195
When you new variable Businesses[h][bRadio] try set it all as -1 because as I see PHP код: if(GetPVarInt(playerid, "Radio") != Businesses[h][bRadio])  maybe pawn Код: PVarInt play...
124
try PHP код: SetTimerEx("OtherTimerEx", 1000, false, "i", playerid, TYPE_TPTRUCKRUNTIMER);  "I" stand for integer already just 1 enough I think anyway TYPE_TPTRUCKRUNTIMER code or va...
184
If Using streamer object check that your stream range is correct or try PHP код: Streamer_Update(playerid); 
195
If using Windows mode Possible Your mouse might get out of windows and when you click its swap windows (maybe another program run in background) If not Check Your Graphic Card Drivers Update it if no...
275
Give us OnPlayerConnect Code (if player restart onplayerconnect) or give us where the code that player do and got restart we aren't wizard can solve without code
119
Why get IP ? its worse Player IP can change everytime they leave or connect I prefer to load User Data Better its more worth try this ( this is example idea ) PHP код: //top of scripts #defin...
196
-- Delete It's Double post from lag Sorry --
196
You need to Mix Your Filterscripts With You administrator filterscripts because its different section So when you mixed it Just add condition Like : PHP код: new givenbyadmin[MAX_PLAYERS];  ...
239
try it maybe its will work PHP код:  GateInfo[gateid][gateX] = cache_get_field_content_float(0, "X"); GateInfo[gateid][gateY] = cache_get_field_content_float(0, "Y"); GateInfo[gateid][...
155
Quote: Originally Posted by colonel-top PHP код: ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{COL_WHITE}Registration.","{COL_WHITE}Type your password belowÂ...
168
PHP код: ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{COL_WHITE}Registration.","{COL_WHITE}Type your password below to register a new account.","Register","Quit");...
168
Show us Your Gamemode Compilor Error and your Filter Scripts Error
95
You have A Global 'String' so it's shadows a variable at a preceding level
107
Random Wiki https://sampwiki.blast.hk/wiki/Random
74
Show us TextDrawShowForPlayer with in command section and Make sure that PHP Code: new DEALERSHIPTD1[MAX_PLAYERS];  pawn Code: and TextDrawShowForPlayer(playerid,DEALERSHIPTD1[playerid]
130
PHP код: #define MAX_CP 35 #define CPSize 1.4 new Checkpoint[MAX_CP]; public OnFilterScriptInit() { Checkpoint[0]= CreateDynamicCP(2070.5959,-1928.3036,1912.3145,CPSize); Checkpoint[1]=...
75