Leave?
#1

How do i make it when someone leaves the server it says either Timeout, Kick/Ban and leave?
Heres what i got

Code:
	new name[MAX_PLAYER_NAME + 1],str[128];
	GetPlayerName(playerid,name,sizeof name);
 	format(str,sizeof str,"***%s (id: %d) has joined Drug Run Role Play!",name,playerid);
	SendClientMessageToAll(COLOR_GREY,str);
Reply
#2

There is an example on sa-mp wiki: https://sampwiki.blast.hk/wiki/OnPlayerDisconnect
Reply
#3

Thanks, BTW i posted my join not the leave LMAO
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)