Thread: Door -.-
View Single Post
  #16  
Old 09-27-2003, 10:33 PM
Ningnong Ningnong is offline
Registered User
Ningnong's Avatar
Join Date: Nov 2002
Location: < -- way
Posts: 262
Ningnong is on a distinguished road
im talking "without the clientside part"

look:

Correct:
NPC Code:

if (actionserverside){
if (strequals(#p(0),test)) sendtorc test worked;
}
//#CLIENTSIDE
if (playerchats){
if (strequals(#c,/test))
triggeraction 0,0,serverside,npc_name,test;
}



Incorrect:

(posted in last post)

Where are you testing this?
__________________
Former Global Scripting Team Member


Reply With Quote