View Single Post
  #4  
Old 04-02-2001, 12:46 AM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
I cant remember what keydown s is... maybe 5? If wrong just change it... also, for this to work you will have to have disabledefmovement on
NPC Code:

if (keydown(5)&&timeout) {
setani ollieskateboard,;
// have the gani not loop, and get the aproximite time of it for the following sleep
sleep 1;
setani skateboard,;
}



There, thats a simple way, also if you wanted you could at params to the gani to make diffent style skateboards and colours... just a thought
Reply With Quote