omfg nice guide, hers ++ for joo, and where would you put the itemID for the item you want to be in the picture?
|
|
tyvmfree plus pl0x?
omfg nice guide, hers ++ for joo, and where would you put the itemID for the item you want to be in the picture?
teh itemID is an array you just place them like firstid,secoundid, so on like {4151,1333,4153,}; ect..
and if you want a custom message for the item place like they are for that colourfull boots item id like
case itemid: StringA = "the custom drestroy message"; and the same again for the secound one
iyou
- openice123
nice, this is awesome.
Will remove if its not being used because i made this for you guys my new system worka with barrows items as well
thx mate, its worked

Yay, I tried to make something like this for barrow items but it didn't work so good you posted this![]()

you would need it to switch like
I will show you with addItem(int,int);
Code:addItem(switchItem(4151),1);I think thats correct what it dose is if the item is == to 4151 (whip) then replace it with a g maul 4153 any thing else will be returned with i witch is the items idCode:public int switchItem(int i){ switch(i){ case 4151: return 4153;//switch whip item } return i; }

good job on this mate
and dude i was wondering how can i make it to show the item on left side? do i need to change any id?
Last edited by Zachyboo; 01-23-2008 at 07:09 PM. Reason: Double posting is not allowed!
| « Use Item On Obect [DODIAN/DEVOLUTION] [TUT] | "Jumping" Bank PIN Labels » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |