Search Results
Included in script, added in plugins row, but commands don't work, no errors, no server-log outputs, i enter command and nothing happening. Any fix?
26,126
Windows server doesn't work for me on my gamemode, just on classic windows server, any solutions ?
36,210
I don't have it, clear folder.
493
I don't know am i in wrong place, but i reinstalled the game, i dont have mods, cheats etc. But i cant enter server, no chance, it just crashes me, sry for bad english. Code: SA-MP 0.3.8-RC1 Excepti...
493
If you're starter, try downloading someone's gamemode and editing and practice on systems.
85
Try this. Код: sPlayer[playerid][Wanteds] += wid; Код: ocmd:mywtds(playerid,params[]) { new wid; new string[128]; format(string, sizeof(string), "You have %d Wanteds!", sPlayer[playerid][Want...
86
Код: if(PlayerClass[playerid] !== 8) to Код: if(PlayerClass[playerid] != 8) But as user up me said, replace that code to OnPlayerStateChange.
81
Did you save your account when you register ?
140
I pmed you about infinite loop or server freeze problem, check it
2,244
What is this ? Код: Error: Function not registered: 'cmd_delorgv'
817
However this is server-sided plugin, it's not client-sided, so if you click that button, it will work for whole server.
227
Well try to get player's camera looking angle, use sin/cos with degrees, use high number, and try to combine it with CA_RayCastLine (ColAndreas Function) to get closest X,Y,Z.
250
Do you use most up to date server package? Try adding ackslimit 5000 in your server.cfg, maybe there is no other solutions.
72
I think that was your problem, not server/fs, cause my cousin had that problems, me not, he saw purple tower, i see normal tower, if you understand me.
115
Код: if(strfind("$level",text,true)!=-1) { SendClientMessage( playerid, -1, "Your level..."); return 0; } if(strfind("$stats",text,true)!=-1) { SendClientMessage( player...
116
*edit: Try this: Код: stock PlayerName(playerid) { new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, sizeof(pname)); return pname; } Код: public OnPlayerText(playerid, t...
216
1000 ms is 1 second, so you can easily calculate. *** edit - here is calculation in minutes Код: SetTimerEx("unarrest",(1000*60)*minutes,false,"i",otherplayerid );
207
I dont rly understand what you want, something like this or? Код: new string[ 64 ], Float:ratio; if ( kills[playerid] > deaths[playerid] ) { ratio = float(kills[playerid])/float(deaths[playeri...
138
If keys are problem, read this: https://sampwiki.blast.hk/wiki/Keys
127