CreateObjects are not Creating
#4

Quote:
Originally Posted by Shotshy
Посмотреть сообщение
I know how to use it.
I dont have more than limit objects and i have only 1 filterscript.

I need CreateObject for objects where can be spawned vehicles, for another objects
i'm using streamer (CreateDynamicObject)
If you are using your objects something like this, you are good, if not, I don't know what's you problem.

Код:
#define FILTERSCRIPT

#include <a_samp>


public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print("Example Script");
	print("--------------------------------------\n");
	
	CreateObject(-1005, 1796.89, -1548.20, 5687.70, 0.00, 0.00, 0.00); //Example Coords and custom model ID
	return 1;
}
public OnFilterScriptExit()
{
	return 1;
}
Or show us a example of your code... I hope you find a solution to your problem, anything, let us know.
Reply


Messages In This Thread
CreateObjects are not Creating - by Shotshy - 15.02.2018, 14:10
Re: CreateObjects are not Creating - by Nokia17Rocks - 15.02.2018, 16:40
Re: CreateObjects are not Creating - by Shotshy - 15.02.2018, 16:49
Re: CreateObjects are not Creating - by Nokia17Rocks - 16.02.2018, 05:14
Re: CreateObjects are not Creating - by Shotshy - 16.02.2018, 15:29
Re: CreateObjects are not Creating - by Nokia17Rocks - 17.02.2018, 18:53
Re: CreateObjects are not Creating - by Shotshy - 18.02.2018, 20:43
Re: CreateObjects are not Creating - by DavidZvla - 20.02.2018, 06:46
Re: CreateObjects are not Creating - by Shotshy - 20.02.2018, 18:26
Re: CreateObjects are not Creating - by Shotshy - 22.02.2018, 15:53
Re: CreateObjects are not Creating - by Nokia17Rocks - 26.02.2018, 04:09
Re: CreateObjects are not Creating - by Shotshy - 28.02.2018, 16:28
Re: CreateObjects are not Creating - by Jithu - 01.03.2018, 02:37
Re: CreateObjects are not Creating - by m4karow - 01.03.2018, 09:52
Re: CreateObjects are not Creating - by tandytanz - 24.11.2018, 19:48
Re: CreateObjects are not Creating - by OKStyle - 03.12.2018, 07:49

Forum Jump:


Users browsing this thread: 3 Guest(s)