How to do this????
#1

when player connect/disconnect

it show all here

please see screenshot here
[/imageshack/i/player...sconnect.jpg/]
Reply
#2

OnPlayerDeath
Reply
#3

Код:
public OnPlayerConnect(playerid)
        SendClientMessageToAll(Color, "%s Has Joined The Server");
        SendDeathMessage(playerid, 200);
Reply
#4

omG you Guys didn't understand me o.O.

i mean when player will connect or Disconnect

not onplayerdeath


i some servers we see this msg

Herron Joined server

or

Herron Left Server.

i don't want this msg for all

i want connect icon and disconnect icon in all players window on right side

like this [/imageshack/i/player...connect.jpg/]]
Reply
#5

yeah it should be put under onplayerdeath
Reply
#6

pawn Код:
SendDeathMessage(killer, victim, reason)
under OnPlayerConnect and OnPlayerDisconnect

killer = playerid, victim = INVALID_PLAYER_ID, reason = reasons (connect / disconnect at the end of the page)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)