how do I make it
#1

how do I make this
computer logo mark red and blue, how do I make it

Reply
#2

SendDeathMessage(INVALID_PLAYER_ID, playerid, 200); // Blue

SendDeathMessage(INVALID_PLAYER_ID, playerid, 201); // Red
Reply
#3

That is SendDeathMessage
Do this OnPlayerConnect
Код:
SendDeathMessage(INVALID_PLAYER_ID,playerid, ICON_CONNECT);
Do this OnPlayerDisconnect
Код:
SendDeathMessage(INVALID_PLAYER_ID,playerid, ICON_DISCONNECT);
Do this OnPlayerDeath
Код:
SendDeathMessage(killerid, playerid, reason);
Reply
#4

ICON_XXX Isn't defined...
Reply
#5

put this on top
Код:
#define ICON_CONNECT 200
#define ICON_DISCONNECT 201
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)