need help to create something in onplayerdisconnect
#1

i wanted to make when someone crash or quit or kicked/banned to show it on the screen near the map or down at killing list
Reply
#2

new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, 64, "%s has left the server", pName);
SendClientMessageToAll(0xADFF2FFF, string);

This when player go out from server.

How to show in the mini-map corner, do-it-yourself (I think TextDrawCreate)
Reply
#3

you can use one box message
if you didn't find add my Skype
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)