help in vps
#1

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
Reply
#2

https://github.com/Zeex/samp-plugin-...tect/issues/25
Reply
#3

Can you explain me how to fix
Reply
#4

'_'
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 >
Reply
#5

Do you mean I should add only fixes include? Or full you gave me
Reply
#6

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
Reply
#7

Yes he meant TO DOWNLOAD the fixes.inc and add it to the "include" folder inside "pawno" folder and to put
pawn Код:
#include <fixes>
after
pawn Код:
#include <a_samp>
in your script and COMPILE it and it should be fixed.
Reply
#8

Make it like this

pawn Код:
#include <a_samp>
#include <fixes>
.
.
.
.
.    
OTHER INCLUDES.
Reply
#9

But at where I have to copy the code I mean in an include or gamemode
Reply
#10

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 '.'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)