Help is needed with object creation.
#7

If u dont want to delete the object later in your script then use this
pawn Code:
//delete the line "new Object"

public OnGameModeInit()
{
return 1;

}

COMMAND:test1(playerid)
{
   CreateObject(1564, 436.1663, 122.8601, 540.8948, -25.50000, 22.0000, 0, 50);
   return 1;
}
Reply


Messages In This Thread
Help is needed with object creation. - by $Marco$ - 06.12.2014, 13:53
Re: Help is needed with object creation. - by BroZeus - 06.12.2014, 13:58
Re: Help is needed with object creation. - by MohanedZzZ - 06.12.2014, 13:58
Re: Help is needed with object creation. - by $Marco$ - 06.12.2014, 14:06
Re: Help is needed with object creation. - by BroZeus - 06.12.2014, 14:09
Re: Help is needed with object creation. - by $Marco$ - 06.12.2014, 14:12
Re: Help is needed with object creation. - by BroZeus - 06.12.2014, 14:14
Re: Help is needed with object creation. - by $Marco$ - 06.12.2014, 14:18
Re: Help is needed with object creation. - by MohanedZzZ - 06.12.2014, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)