View Single Post
  #30  
Old 03-06-2004, 08:30 PM
Fhqwhgads Fhqwhgads is offline
Registered User
Join Date: Nov 2003
Location: Chicago
Posts: 57
Fhqwhgads is on a distinguished road
Send a message via AIM to Fhqwhgads
that wouldnt work because the script is
NPC Code:
if (created){
canbecarried;
drawoverplayer;
}
//#CLIENTSIDE
if (wasthrown){
sleep 1;
destroy;
}


and if i would put in putnpc2.. the script would have to keep going on and on and on.... maybe it could be triggeractioned.. but im not sure how do that... and maybe that wont work either...
Reply With Quote