Posts: 23
Threads: 6
Joined: Jul 2011
Reputation:
0
I have a .pwn and .amx file named Reality_RolePlay and i go to server.cfg file and put the exact same name under gamemode0 and when i run it it says "Runtime error 19, "File or function not found", I need help on how i can fix this
Posts: 684
Threads: 122
Joined: Jul 2011
Reputation:
0
That means your missing a required Plugin that your gamemode requires.
Go into the pawn, you should see #include
You should see a couple of them Please list them here
Posts: 23
Threads: 6
Joined: Jul 2011
Reputation:
0
<a_samp>
<streamer>
<a_zones>
<foreach>
<yom_buttons>
<djson>
<progress>
<YSI\y_timers>
<ZCMD>
<sscanf2>
<audio>
Posts: 684
Threads: 122
Joined: Jul 2011
Reputation:
0
Your going to need, Streamer plugin, sscanf2 plugin, Audio plugin.
Posts: 23
Threads: 6
Joined: Jul 2011
Reputation:
0
where can i get all these please give me links
Posts: 23
Threads: 6
Joined: Jul 2011
Reputation:
0
Can you please provide the link for all the plugins?
Posts: 23
Threads: 6
Joined: Jul 2011
Reputation:
0
Ok i put them in and it still says the same thing can you tell me how i can fix it