11.12.2010, 12:46
Just to add Why this happens:
It is Usual by people with more than one Server Package. PAWNO is Programmed to Configure registry so that Every .pwn file is executed with RecentOpenedSAMPServerPackage\pawno\pawn.exe
So basically then you goto the other Package you are scripting for and open a .pwn file And That isnt the Pawno from the package you are working from then Another one. So we need to re-accosiate pawno....
Oh sorry Guys that was SUPER not Understandable here il simple it out
Basically:
It is Usual by people with more than one Server Package. PAWNO is Programmed to Configure registry so that Every .pwn file is executed with RecentOpenedSAMPServerPackage\pawno\pawn.exe
So basically then you goto the other Package you are scripting for and open a .pwn file And That isnt the Pawno from the package you are working from then Another one. So we need to re-accosiate pawno....
Oh sorry Guys that was SUPER not Understandable here il simple it out

Basically:
Code:
You open Server2\pawno\pawn.exe. Server2\pawno\pawn.exe makes all pawn files open with it. You open Server1\filterscripts\gamemode.pwn. gamemode.pwn Opens with Server2\pawno\pawn.exe Server2\pawno\pawn.exe Loads all Server2\pawno\include Includes. And we need the includes from Server1 So, we open Server1\pawno\pawn.exe pawn.exe of Server1 makes all .pwn files open with it. All Needed includes are loaded. You succeded.

