object help
#1

my objects dont show up in game , how can i get em too
Код:
#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" owner airport by your kennyist is loaded V1");
	print("--------------------------------------\n");
	return 1;
	
	CreateObject(9696, 2247.8537597656, -2807.4987792969, 44.858695983887, 0, 0, 0);
    CreateObject(8373, 2173.1342773438, -3553.9934082031, -18.75, 0, 0, 270.27026367188)


}

public OnFilterScriptExit()
{
	return 1;
}

#else


public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/ownerAr", cmdtext, true, 10) == 0)
	{
		return 1;
	}
	return 0;
}

#endif
Reply


Messages In This Thread
object help - by kennyist - 04.11.2009, 21:32
Re: object help - by miokie - 04.11.2009, 21:33
Re: object help - by kennyist - 04.11.2009, 21:35
Re: object help - by [DDC]Delight - 05.11.2009, 11:37
Re: object help - by yom - 05.11.2009, 12:08

Forum Jump:


Users browsing this thread: 3 Guest(s)