CreateDynamicObject
#5

Quote:
Originally Posted by Chris iceman
View Post
if(HouseInfo[h][hSetted] == 1)
{
format(PropertyString,sizeof(PropertyString),"Hous e is UNOWNED! \n House ID: %d \n Price: $%d \n Description: %s \n Level Needed: %d",HouseInfo[h][hWorld], HouseInfo[h][hValue],HouseInfo[h][hDiscription], HouseInfo[h][hLevel]);
HouseLabel[h] = Create3DTextLabel(PropertyString ,0x00FF00AA,HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez],25, 0, 1);
HousePickup[h] = CreateDynamicPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]);
}



Try that
Did not work all i want it to do is create a green house icon and for it to spin around when i do /createhouse
Reply


Messages In This Thread
CreateDynamicObject - by Scripter12345 - 01.05.2012, 14:57
Re: CreateDynamicObject - by Vince - 01.05.2012, 15:17
Re: CreateDynamicObject - by Scripter12345 - 01.05.2012, 15:24
Re: CreateDynamicObject - by Chris iceman - 01.05.2012, 15:32
Re: CreateDynamicObject - by Scripter12345 - 01.05.2012, 15:51
Re: CreateDynamicObject - by Scripter12345 - 01.05.2012, 17:02
Re: CreateDynamicObject - by newbienoob - 01.05.2012, 17:15
Re: CreateDynamicObject - by Scripter12345 - 01.05.2012, 17:22
Re: CreateDynamicObject - by varga - 01.05.2012, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)