SA-MP Forums Archive
Server connection problems - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server connection problems (/showthread.php?tid=429549)



Server connection problems - 15outland - 10.04.2013

Hi,

I am experiencing issues with my server where If someone joins, its like it lags, but never catches up, people who are close on my screen are not even there at all, and everyone had that pause icon next to them, I started another server and that worked, so its the GM, It does have 34 warnings, is it possible for that to do this?

Warnings I get:

F:\SAMP SERVER\gamemodes\ICNR.pwn(7773) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(8716) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(9294) : warning 202: number of arguments does not match definition - line : SetPlayerPos(i,(296,218.0502,116.3877,999.0156,0.7 50);
F:\SAMP SERVER\gamemodes\ICNR.pwn(9294) : warning 202: number of arguments does not match definition - line: SetPlayerPos(i,(296,218.0502,116.3877,999.0156,0.7 50);
F:\SAMP SERVER\gamemodes\ICNR.pwn(9783) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(10777) : warning 204: symbol is assigned a value that is never used: "Team"
F:\SAMP SERVER\gamemodes\ICNR.pwn(11336) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(1160 : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(11652) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(13375) : warning 216: nested comment
F:\SAMP SERVER\gamemodes\ICNR.pwn(16924) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(16930) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(22210) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(29505) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(29547) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(31052) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(31053) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(31156) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(31157) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(32111) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(32112) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(33039) : warning 215: expression has no effect - new pcol = GetPlayerColor(playerid); 1 ;
F:\SAMP SERVER\gamemodes\ICNR.pwn(33123) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(33124) : warning 217: loose indentation
F:\SAMP SERVER\gamemodes\ICNR.pwn(34050) : warning 213: tag mismatch
F:\SAMP SERVER\gamemodes\ICNR.pwn(34050) : warning 202: number of arguments does not match definition
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "MakeGate"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "WantedlevelCOLOR"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "pLightObject"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "pLightStatus"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "rules0"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "rules1"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "rules2"
F:\SAMP SERVER\gamemodes\ICNR.pwn(36024) : warning 203: symbol is never used: "ufo2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Re: Server connection problems - T101 - 10.04.2013

Dear 15outland,

First of all, please provide us with the lines in question of your gamemode, in regard for making us able to help.

Kind regards,
T101


Re: Server connection problems - 15outland - 10.04.2013

Well, I got rid most of them only 14 warnings now, and all of which are loose indentation..


Re: Server connection problems - Riddick94 - 10.04.2013

https://sampforum.blast.hk/showthread.php?tid=256961


Re: Server connection problems - 15outland - 10.04.2013

Yeah, I thought lose indentation was from incorrect alignment, that wouldn't cause the issues I'm experiencing, would it?