Thread: putnpc2 problem
View Single Post
  #2  
Old 07-02-2007, 06:12 PM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
It would be nice to know what doesn't work.

I'm personally not a fan about double-with's... Nor am I a fan of 'temp.n' mysteriously becoming 'n'.

It could be on a gmap, and showing at the top-left corner... As for the npcs array trick, that was before putnpc2 returned an object.

How I usually do it is:

PHP Code:
public function dropItemid )
  {
  
temp."object_item";

  
temp.obj putnpc23030"" );
  
temp.obj.jointemp.);
  
// ...
  

Reply With Quote