Mapping Simple Help
#1

Hey Guyz..

I just need to make a Filterscript with a map in it..!! I opened pawn.exe , click on new , cleared everything .. then i added this ... and when i start the server it says Unable to load TheBossHouse.amx

So , here is the code i did

[CODE#define FILTERSCRIPT
#include <a_samp>

public OnFilterScriptInit()
CreateObject (Blah .. Blah.. )
The rest of them
return 1;
}
{/CODE]

I saved it as a filterscript but it cant run .. !! why ?
Reply
#2

use this if u want as a FS:
pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
//objects here
    return 1;
}
or u can also use it as an include..
Reply
#3

Quote:
Originally Posted by XtremeR
Посмотреть сообщение
use this if u want as a FS:
pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
//objects here
    return 1;
}
or u can also use it as an include..
Use this.i also use this xD
Reply
#4

So No need.. #define filterscript ... ?
Reply
#5

well, its not needed.. maybe thats why ur objects aint workin..
Reply
#6

Can you define it clearly?
Is it compiled well?
Reply
#7

Yes, It's Compiled Well .. !! See when I open samp-server.exe ... it says it cant load the Filterscript Thebosshouse.amx
Reply
#8

well check wheather the TheBossHouse.amx is there in filterscript folder
Reply
#9

Ehm, its a bit tough to forecast about the problem, without seeing the code.
Post everything except the objects part, will ya?
Try streamer aswell.
Reply
#10

The Code is already there in the post .. !!

If yew want again See..

Код:
#include <a_samp>

public OnFilterScriptInit()
{
 CreateObject (Blah Blah... ) 
 Rest Here
 return 1;
}
and when i open sampserver.exe

it says like this !
Код:
[13:36:40] 
[13:36:40] Filterscripts
[13:36:40] ---------------
[13:36:40]   Loading filterscript 'TheBossHouse.amx'...
[13:36:40]   Unable to load filterscript 'TheBossHouse.amx'.
[13:36:40]   Loaded 0 filterscripts.
I am using SATDM v11.5 By $$$Pimp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)