Search Results
Looking for an assistant scripter to help me re-open a cnr project, the script is there but it's kinda old so it needs some work(not an edited script). PM me if you're interested.
201,402
https://sampforum.blast.hk/showthread.php?tid=518119
114
it's written NVCNR not EO_CNR are you trying to run another GM ? (show also server.cfg)
153
show us your server logs and server.cfg
153
It's an error before this line search above this line you'll maybe find a missing " ; " or bracket.
159
Try this pawn Код: for(new i=0; i<MAX_PLAYERS; i++)    {       if(!IsPlayerConnected(i) || i == playerid || IsPlayerNPC(i)) continue;       GetPlayerPos(playerid,x,y,z);       Set...
113
I got a problem that when some players are joined and connected I can't use any command(All Commands) on them and it just says that the player isn't connected and I'm using the latest sscanf version f...
55
No as I said it's uner OnPlayerDisconnected, like for example: [LEAVING] Jpew Has just left the server! (Leaving) but when a player timeout it just show this: [LEAVING] Has just left the server! (Tim...
136
%d for variables and %s is for strings like names,and it works when player Leave/kick/ban. @Jpew ofc I'm using this and as I said it works when the player leave or is kicked
136
I use this code under onplayerdisconnect when the player leave/kicked/banned it shows the player's name,But when they timeout it doesn't show the player's name it just says [LEAVING] Has just left th...
136
when I put it the last plugin,No errors show,but in game I got sscanf problems, Like some players are connected but when I try to make any command on them it says that the player isn't connected.
160
Код: echo Executing Server Config... lanmode 0 rcon_password pass maxplayers 75 bind xx.xxx.xx.xx port 7777 hostname Testing server gamemode0 new plugins nativechecker.so sscanf.so streamer.so irc...
160
The server starts but nativechacker shows this while I'm using the latest includes and plugins Код: [10:03:05] Error: Function not registered: 'SSCANF_Init' [10:03:05] Error: Function not r...
160
Quote: Originally Posted by Stinged Did you try what Dusan01 said? INVALID_PLAYER_ID = 65535 Even if ID 5 (for example) isn't online, 5 will never be equal to 65535. Is that after a n...
234
I updated to this but still also sometimes there are problems with IDs that says they aren't connected
234
I think there is a problem in such a plugin maybe?
234
I really need this urgently so sorry for bumping.
234
I use this under the commands Code: if(ID == INVALID_PLAYER_ID) { format(string,sizeof(string),"{808080}[SERVER]{FFFFFF} The Player ID (%d) is not connected to the server.",ID); SendClient...
234