Thread: Classes help
View Single Post
  #7  
Old 01-12-2008, 08:17 PM
SmeewN SmeewN is offline
Registered User
Join Date: Dec 2007
Posts: 5
SmeewN is on a distinguished road
function onActiongotsplaced()
{
temp.data = putnpc2(player.x, player.y, "join(\"object\");");
temp.data.chat = "I was just spawned!";
temp.data.setimg("sn_iconblank.gif");
}

//#CLIENTSIDE

function onweaponfired()
{
triggeraction(0, 0, "gotsplaced");
}

Que?
Reply With Quote