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.
37,182
https://sampforum.blast.hk/showthread.php?tid=518119
21
it's written NVCNR not EO_CNR are you trying to run another GM ? (show also server.cfg)
41
It's an error before this line search above this line you'll maybe find a missing " ; " or bracket.
40
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...
35
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...
18
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...
27
%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
27
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...
27
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.
51
Код:
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...
51
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...
51
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...
50
I updated to this but still also sometimes there are problems with IDs that says they aren't connected
50
I think there is a problem in such a plugin maybe?
50
I really need this urgently so sorry for bumping.
50
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...
50
Your download link got a decryption key.
305