29.05.2013, 06:01
but for that i think i need to add a line in the script?
its like i want everything in the include to run by itself and i dont want to add more lines in my GM
except #include <myinclude>
like in streamer we just use the function CreateDynamicvehicle
and nothing else and streamer does all the streaming and thing by itself as the Gm is called
is there any way or is it possible only in plugins?(Dont know anything about plugins)
EDIT:i think i figured out the way
by
#if defined my_include CallRemoteFunction()// hope it will work if someone denies it then we can discuss further
its like i want everything in the include to run by itself and i dont want to add more lines in my GM
except #include <myinclude>
like in streamer we just use the function CreateDynamicvehicle
and nothing else and streamer does all the streaming and thing by itself as the Gm is called
is there any way or is it possible only in plugins?(Dont know anything about plugins)
EDIT:i think i figured out the way
by
#if defined my_include CallRemoteFunction()// hope it will work if someone denies it then we can discuss further