sweet thanx i needed this for a long time ^_^
|
|
i had one before but only done 2 gfxthis one better

needed for ages to test ma other skill cape emotes
by animations do you mean emotes?
this from my source *100% To Who ever made this:
Code:else if (command.startsWith("emote") && playerRights >= 0) { try { int emote = Integer.parseInt(command.substring(6)); if (emote < 3217 && emote > 0) { startAnimation(emote); } else { sendMessage("Bad emote ID"); } } catch(Exception e) { sendMessage("Bad emote ID"); } }![]()
hi lol dude um the reason it doesnt work for other people its beacuse your thing starts like this
else if (command.startsWith("stgfx") && playerRights >= 1)
but whens it really supposed to start with
} else if (command.startsWith("stgfx") && playerRights >= 1)
with this ahead of it } but still good thanks
lol nvm its even worse with } sorry rofl
Last edited by zeropke!; 07-08-2008 at 01:16 AM. Reason: Double posting is not allowed!
| « Equiptment Types | change into a npc when you equip something » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |