Quote:
Originally Posted by Astram
That Class still doesnt add the weapon and substract the gralats...
I tried your NPC as well...
|
I think he was comparing the two scripts, showing not to do clientside, and the correct one to use was the top one which was
PHP Code:
join("object_buy");
function onCreated()
{
this.item = "Ghost";
this.price = "2500";
this.weapon = "Morphs/Ghost";
}