Thread
:
Triggeraction from weapon to putnpc2- NPC
View Single Post
#
2
08-11-2011, 11:19 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
PHP Code:
function
onDeleteBlock
()
{
this
.
destroy
();
}
should be
PHP Code:
function
onActionDeleteBlock
()
{
this
.
destroy
();
}
You should probably also verify that the player is authorized to delete the block on serverside.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994