logout
#1

How to disconnect a player, but no kick them i mean more like, just sending them back to OnPlayerConnect
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=348044

pawn Код:
ReconnectPlayer(playerid)
Reply
#3

pawn Код:
new pIP[18], string[68];
GetPlayerIp(playerid, pIP, sizeof(pIP));
format(string, sizeof(string), "banip %s", pIP);
SendRconCommand(string);
format(string, sizeof(string), "unbanip %s", pIP);
SendRconCommand(string);
This script forces any player to timeout.
Reply
#4

edit:thanks guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)