How do i add?
#1

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
Reply
#2

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.
Reply
#3

LOL ok i'll try it now
Reply
#4

Try This :
Code:
#include <a_samp>


        public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" name of your Filterscript");
    print("--------------------------------------\n");
      Your oBJECT CODE HERE
           return 1;
}
Reply
#5

Thank you dude its working now!
Reply
#6

what about my rep +++
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)