07.06.2014, 03:08
i put all my object in a filterscript........before, i was use CreateObject, its working but when i use CreateDynamicObject....it doesn't work, no object created when i inside the server :0
my script
please somebody help me :c
my script
Код:
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
//i put all CreateDynamicObject here
return 1;
}


