12.06.2016, 12:12
fatal error 100: cannot read from file: "a_samp"
Help me, please it's very important for me
Help me, please it's very important for me

#include <a_samp>
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> |
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"
new PlayerACFile; new CreateACFile;
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> |
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); }