help in vps - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: help in vps (
/showthread.php?tid=521383)
help in vps -
ReD_DeVi - 22.06.2014
when i open nohup.out it shows like this
Код:
Started server on port: 7777, with maxplayers: 100 lanmode is OFF.
samp03svr: amx/amxfile.c:101: fgets_cell: Assertion `fp!=((void *)0)' failed.
how to fix this please help me
Re: help in vps -
iAnonymous - 22.06.2014
https://github.com/Zeex/samp-plugin-...tect/issues/25
Re: help in vps -
ReD_DeVi - 22.06.2014
Can you explain me how to fix
Re: help in vps -
iAnonymous - 22.06.2014
'_'
Did you even opened the link I posted ?
Код:
#include < a_samp >
#undef MAX_PLAYERS
#define MAX_PLAYERS (70)
#include < fixes > // ADD THIS INC AT THE TOP BEFORE ANY INCLUDE EXCEPT A_SAMP
#include < a_mysql >
#include < streamer >
#include < sscanf2 >
#include < a_zones >
#include < foreach >
#include < yom_buttons >
#include < djson >
#include < YSI\y_timers >
#include < YSI\y_utils >
#include < ZCMD >
#include < antiflood >
Re: help in vps -
ReD_DeVi - 22.06.2014
Do you mean I should add only fixes include? Or full you gave me
Re: help in vps -
iAnonymous - 22.06.2014
Dude, Can u understand English ?
https://github.com/Zeex/samp-plugin-...tect/issues/25
Please read this ONCE.
I don't know how to explain u when everything is explained in the link
Re: help in vps -
VladimirMark - 22.06.2014
Yes he meant TO DOWNLOAD the fixes.inc and add it to the "include" folder inside "pawno" folder and to put
after
in your script and COMPILE it and it should be fixed.
Re: help in vps -
iAnonymous - 22.06.2014
Make it like this
pawn Код:
#include <a_samp>
#include <fixes>
.
.
.
.
.
OTHER INCLUDES.
Re: help in vps -
ReD_DeVi - 22.06.2014
But at where I have to copy the code I mean in an include or gamemode
Re: help in vps -
iAnonymous - 22.06.2014
You are not a Scripter. Don't run a server please.
Go and read sa-mp wiki.
1- Open pawno.exe
2- open your .pwn
3- add the damn includes there '.'