HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Noob Question - Notification When Players Leave

12-04-2003, 12:17 PM#1
ZeRo_MD
Why i give some kind of notification when players leave the game. I need to show to all players this notification...

What triggers i use??

tkz...
12-04-2003, 03:49 PM#2
Silver_Lynx
I'm going by memory here, and i also know that there is a MUCH better way to do it out there...but this is what i did.

E - periodic event every 10 seconds
C - player(x) playing status is (has left the game) equal to true
A - give player(x) access control to all team members (not
necessary)
A - game, timed text message Playername(player(x)) has left
the game


On another note, to improve your english, i think you meant: "HOW" i give notification...
instead of: "WHY i give notification...

that makes a big difference
12-04-2003, 03:57 PM#3
QuatreDan
Actually, one of the cool new trigger events that UMSWE has is that exactly, "Special Player Event-Player leaves the game". It's in UMSWE, so go download it. I'm not sure if that's the exact name of the category, but it's there. Just use that so that you don't have to cause lag with triggers like the one Silver uses. Otherwise, yes, you can use Silver's, too. :D
12-04-2003, 05:44 PM#4
Panto
You can also add a "Player Leaves" event using a tiny amount of Jass. I don't have the trigger I used available here, but it works flawlessly.
12-05-2003, 12:00 AM#5
ZeRo_MD
oh thankz for help...

sorry for the poor english =/ can't write or speak good...

how how how... not why not why

=]
12-05-2003, 02:44 PM#6
Silver_Lynx
Quote:
Originally posted by QuatreDan
Actually, one of the cool new trigger events that UMSWE has is that exactly, "Special Player Event-Player leaves the game". It's in UMSWE, so go download it. I'm not sure if that's the exact name of the category, but it's there. Just use that so that you don't have to cause lag with triggers like the one Silver uses. Otherwise, yes, you can use Silver's, too. :D


I tried using that, it didn't like me :(. Thats why i did it the way i did. I know it's laggier, but it's a hefty improvement on what he already had.