Hello. I want to change some pwn files on my server, but when I have edit them(change words) and compile it it says cannot find a_samp blabla but ofc I got it on my computer! Can somebody please tell me how to do this?
Posts: 2,027
Threads: 139
Joined: Jul 2010
Reputation:
0
Is your .pwn file located in the correct directory?
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Go to your pawno map of you server, run pawno.exe as admin if you have vista or win 7. And open your gamemode with ctrl+o and compile it. This should work.
Correct directory? I just dwl a FS(pwn+amx), open the .pwn file and change few things to my languages, press F5 and then I get error. Please help!
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Edit: did you just downloaded a filterscript and edited the pwn and the amx? without the other servers files?
You should have the file pawno/includes/a_samp.inc.
So you should download the samp server package and then put your filterscripts in the filterscripts map, and compile them there.
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Well it seems you forgot to forward something I gues, show me line 27 of your autorepair filterscript.
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
put : forward Repair(playerid); above it, not sure if it works because I cannot see more of your script ;S