View Single Post
  #14  
Old 02-23-2011, 01:37 AM
gwFCCtennis gwFCCtennis is offline
Chaotic
gwFCCtennis's Avatar
Join Date: Aug 2010
Location: VA
Posts: 229
gwFCCtennis is on a distinguished road
Send a message via AIM to gwFCCtennis
Quote:
Originally Posted by Astram View Post
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";  

Reply With Quote