How do i add? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How do i add? (
/showthread.php?tid=329103)
How do i add? -
Mizta Saint - 27.03.2012
Hey guys can tell me how do i add my Mapped things to my server 0.3d?
I already converted the MTA file to samp object converter but i dont know how to add it as FS...So i hope you can help me with add an example of it please
Re: How do i add? -
iMaxRobot - 27.03.2012
pawn Code:
#include <a_samp>
#include <streamer>
#include <core>
#include <float>
#include <other includes>
public OnFilterScriptInit()
{
YOUR SAMP MAP CODE HERE!!!
return 0;
}
I hope this helps.
Re: How do i add? -
Mizta Saint - 27.03.2012
LOL ok i'll try it now
Re: How do i add? -
Avi57 - 27.03.2012
Try This :
Code:
#include <a_samp>
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" name of your Filterscript");
print("--------------------------------------\n");
Your oBJECT CODE HERE
return 1;
}
Re: How do i add? -
Mizta Saint - 27.03.2012
Thank you dude its working now!
Re: How do i add? -
Avi57 - 27.03.2012
what about my rep +++