View Single Post
  #2  
Old 08-17-2009, 01:49 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
For bombs:
PHP Code:
function onWeaponfired() {
  
freezeplayer(.1);
  
setani("lay",null);
  
temp.layx player.int(player.x/64)*64 .5 vecx(player.dir)*2;
  
temp.layy player.int(player.y/64)*64 vecy(player.dir)*2;
  
putbomb(1,this.layx,this.layy);

For gralats, Stefan enabled functions for detecting when things like gralats and hearts and such are dropped, so that you can replace them easily with your own NPCs(like the scripted gralats do).
Reply With Quote