fatal error 100: cannot read from file: "a_samp"
#1

fatal error 100: cannot read from file: "a_samp"

Help me, please it's very important for me
Reply
#2

Download the windows server from here
Copy the a_samp.inc from: pawno ->> include ->> a_samp.inc
Put it in your pawno include and make sure you have
Код:
#include <a_samp>
at the top of your script.
Reply
#3

Quote:
Originally Posted by JXF
Посмотреть сообщение
Download the windows server from here
Copy the a_samp.inc from: pawno ->> include ->> a_samp.inc
Put it in your pawno include and make sure you have
Код:
#include <a_samp>
at the top of your script.
Now I got it -
Код:
C:\Users\NivZiv\Desktop\samp037_svr_R2-1-1_win32\gamemodes\SuperDm.pwn(11708) : error 017: undefined symbol "PlayerACFile"
C:\Users\NivZiv\Desktop\samp037_svr_R2-1-1_win32\gamemodes\SuperDm.pwn(11708) : error 017: undefined symbol "CreateACFile"
Reply
#4

you haven't defined PlayerACFile and CreateACFile
click
Reply
#5

Код:
new PlayerACFile;
new CreateACFile;
try this
Reply
#6

Quote:
Originally Posted by Xdrime
Посмотреть сообщение
Код:
new PlayerACFile;
new CreateACFile;
try this
No no no no... they're probably functions, not variables.
@OP: Make sure whatever include they're defined in or you have actually defined them.
Reply
#7

Quote:
Originally Posted by JXF
Посмотреть сообщение
Download the windows server from here
Copy the a_samp.inc from: pawno ->> include ->> a_samp.inc
Put it in your pawno include and make sure you have
Код:
#include <a_samp>
at the top of your script.
And how I defined it?
Reply
#8

It's did my errors
Код:
if(!dini_Exists(Bulletin-Board))
	{
	dini_Create(Bulletin-Board);
	dini_IntSet(Bulletin-Board,"Bulletin_State",0);
	print("-- Bulletin Board File (Bulletin-Board.ini) Created.");
	}
	SetTimer("Bulletin_Board",10*60*1000,1);
	
	for(new i; i < 200; i ++)
	{
	if(!dini_Exists(PlayerACFile(i)))CreateACFile(i);
	}
How I can fix it?
Reply
#9

Quote:
Originally Posted by Progamerisrael1
Посмотреть сообщение
And how I defined it?
you dont need to define just type that "#include <a_samp>
Reply
#10

Quote:
Originally Posted by AliBro
Посмотреть сообщение
you dont need to define just type that "#include <a_samp>
Yeah, I've it but it's give me the errors what I typed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)