View Single Post
  #26  
Old 02-03-2004, 03:59 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
AAAAARRRGGG

I need to check this forum more often i guess x-x

1. PLEASE move the if (created) stuff to the serverside, how should the player be able to touch the npc if the npcserver doesn't event know that the npc is visible? since you only display stuff on the clientside; move it and you don't need weird stuff like setshape or whatever

2. with (getplayer(#a)) is completely nonsense, please kill the one who teached you such stuff

3. the stuff about the carriesbush is right - its from the old classic clientside-only mode and not supported anymore; you can still possible detect it on clientside and then send a trigger to the serverside which is warping you
Reply With Quote