About rcon login
#1

Can I put in my gamemode then when anyone try to type rcon password if he isn't for example "Name_Surname" to ban him or kick.

So, to let only player with "Name_Surname" to login, my nickname in game ... ?
Reply
#2

pawn Код:
GetPlayerName(playerid, sendername, sizeof(sendername));
if(strcmp(sendername, "Name_Surname", true) == 0

That's what you would use.
Reply
#3

It gives me error.

I want to put it when anyone try to rcon login, if his name isn't for example Name_Surname to kick player.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)