Thread: playerleaves
View Single Post
  #3  
Old 02-27-2002, 06:47 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Re: playerleaves

Quote:
Originally posted by nyghtGT
NPC Code:

NPC Code:

if (playerleaves) {
setstring server.string,#v(ringstatus);
}




That works so if all the players leave the level it sets the variable to a server string right ?

Its for a free server ...
playerleaves is a P2P event, use

if (playerenters && !strequals(#L,blah.graal))
Reply With Quote