View Single Post
  #11  
Old 01-07-2002, 09:04 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by Saga2001
you could use theplayerdies and playertouchsother, possibly, but the playerdies command is only active for the current player, meaning it would only register on the player that dies, it would be too complicated...i guess you could just do some sory of playercount thing...its possible, but it would take a lot of workarounds...A LOT! you could do a variation of the other guy's thing...
like:
NPC Code:

// Just include this in the system...
if (created)
{
plap = playerap;
playerz = playerscount;
}
if (timeout) {
if (plap<playerap||playerz<playerscount) {
if (playertouchsother) plkills++;
plap = playerap;
playerz = playerscount;
}
}


not exactly, but a lot like that.
Um wouldn't work...
__________________
No Webhost at the moment
Reply With Quote