View Single Post
  #4  
Old 02-28-2002, 11:09 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Re: Latest additions

Quote:
Originally posted by Stefan
All servers have been restarted. This fixed a problem with
baddies and timeouts, and fixed loading of profiles.

The npcservers have been updated too:
- the thiso. flag thing works better now, e.g.
NPC Code:

setstring thiso.flag,hallo;
with (npcs[0]) {
setstring this.flag,#s(thiso.flag);
}


Then this.flag of npcs[0] will be 'hallo' too,
because thiso.flag reads the this.flag from the executing npc.
This works also for setting flags, normal variables are
not supported yet.
- new variable playerlogintime
- new variable allplayerscount, and you can do
with (allplayers[index]) { ... }
This is for accessing all players on the server
(not sure what happens when you access RCs)
omi, stefan, i love you, and i want to have your children, thanks a lot, allplayerscount will be awesomem and with(allplayers) will be leet, i can't wait to use em! the playerslogintime is cool. maybe the next step is disconnectplayer? or other stuff like that? ne ways, u own and keep up the great work, i guess that the disconnectplayer might pose a threat for being hacked...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote