View Single Post
  #2  
Old 10-22-2009, 11:34 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
There's a lot more parameters to showani than what you've tried.

showani(id, x, y, direction, animation, p1, p2, p3);

The extra parameters aren't needed.

If the gani was just the icon:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
showani(200this.xthis.y2"gen_quest-icon"); // Displays Gani At NPC's X and Y

However I'm unable to determine what the gani is so you might just have the idle gani with the icon above it's head like u mentioned, then you would do something like the following.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setcharani("gen_quest-icon"""); // Sets the NPC's Gani

Hope this helps.
__________________
Quote:
Reply With Quote