NO errors in samp-server.exe but server is not working - 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: NO errors in samp-server.exe but server is not working (
/showthread.php?tid=659279)
NO errors in samp-server.exe but server is not working -
Exlivebs - 29.09.2018
Yes i did run the samp-server.exe and seems all fine 0 errors , But when i went to localhost it didn't show up anything like i didn't run a server yet . I'm using ng-rp script the newest version , any solution please ?
Re: NO errors in samp-server.exe but server is not working -
d3Pedro - 29.09.2018
Have you forwarded your ip and port?
Re: NO errors in samp-server.exe but server is not working -
Exlivebs - 29.09.2018
Well yes i went to check some in my scripts i found the error in this line
Quote:
if(IsValidDynamicObject(GateInfo[gateid][gGATE])) DestroyDynamicObject(GateInfo[gateid][gGATE]);
|
it says
Quote:
C:\Users\ben_salem\Desktop\Nouveau dossier (7)\includes\dynamic\gates.pwn(965) : error 017: undefined symbol "IsValidDynamicObject"
C:\Users\ben_salem\Desktop\Nouveau dossier (7)\includes\dynamic\gates.pwn(965) : warning 215: expression has no effect
C:\Users\ben_salem\Desktop\Nouveau dossier (7)\includes\dynamic\gates.pwn(965) : error 001: expected token: ";", but found "]"
C:\Users\ben_salem\Desktop\Nouveau dossier (7)\includes\dynamic\gates.pwn(965) : error 029: invalid expression, assumed zero
C:\Users\ben_salem\Desktop\Nouveau dossier (7)\includes\dynamic\gates.pwn(965) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
|
Re: NO errors in samp-server.exe but server is not working -
TheToretto - 29.09.2018
https://sampforum.blast.hk/showthread.php?tid=102865
Install the latest streamer plugin
Re: NO errors in samp-server.exe but server is not working -
Exlivebs - 29.09.2018
Quote:
Originally Posted by TheToretto
|
I reupdated the issue