Thread: Clientr.PROBLEM
View Single Post
  #24  
Old 10-11-2007, 12:43 AM
TalonShriner TalonShriner is offline
Levelsmith
TalonShriner's Avatar
Join Date: Feb 2006
Posts: 138
TalonShriner is on a distinguished road
Send a message via AIM to TalonShriner
I tried to put in that script that coreys suggested:
PHP Code:
function onActionPlayerOnline() {
  if (
clientr.mud_nation == NULL)
    
clientr.mud_nation "Nuetral";

But my NPC server already had the ActionPlayerOnline function and a bunch of other scripts under it. So what I did was take out the "function onActionPlayerOnline() {" part from coreys code and stuck in the rest, but I couldn't get it to work. Any suggestions?
__________________
Shall our paths cross on the road to where ever us humans are racing to, and lets walk instead.
Reply With Quote