Search Results
Ram not enough , Your code loading too heavy for processing or bug , Network communication , DLL problems
221
Run multi server just change port to different port and make sure port forward is correct and its forward all
232
Make sure Visual Studio 2008 Required and you have install it or up to date
Make Sure MySQL is lastest version
303
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 &...
307
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...
211
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...
336
If Using streamer object check that your stream range is correct or try
PHP код:
Streamer_Update(playerid);Â
307
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...
471
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
218
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...
400
-- Delete It's Double post from lag Sorry --
400
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];Â
...
404
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][...
248
Quote:
Originally Posted by colonel-top
PHP код:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{COL_WHITE}Registration.","{COL_WHITE}Type your password belowÂ...
324
PHP код:
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{COL_WHITE}Registration.","{COL_WHITE}Type your password below to register a new account.","Register","Quit");...
324
Show us Your Gamemode Compilor Error and your Filter Scripts Error
161
You have A Global 'String' so it's shadows a variable at a preceding level
207
Random Wiki https://sampwiki.blast.hk/wiki/Random
167
Show us TextDrawShowForPlayer with in command section
and Make sure that
PHP Code:
new DEALERSHIPTD1[MAX_PLAYERS];Â
pawn Code:
and TextDrawShowForPlayer(playerid,DEALERSHIPTD1[playerid]
267
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]=...
139