Adding Maps not working.
#1

This is has got to be the most annoying thing ever.

I have followed, tut's, peoples advice and nothing is working.
Im trying to add my map i created in JerneJL's Map editior to the game by filterscript.
And nothing is working/loading, I'll post my script w/o the code below.


#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");

(MY CODE GOES HERE)
return 1;
}
#endif
Reply
#2

It is recommended you place all objects in your gamemode (Under OnGameModeInit() ) to prevent any interruptions.
Reply
#3

Because i am using ppc, would that be PPC_OnGameModeInit?
Reply
#4

I'm guessing so, yes.
Reply
#5

Okay, now this is were im stumped.

We do i exactly put the code?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)