Quote:
Originally Posted by Biofreeze
Quote:
Originally Posted by Marcel
When you do /login. Just check if the player's name is yourname by doing a simple
pawn Код:
GetPlayerName( playerid , pName , sizeof( pName ) );
Then check if it's yours with strcmp.
If so, use SendRconCommand.
|
Wouldnt be that smart , if a other guy tries to login with your name.
|
It will be, read the text I made bold. Just do it after you have checked the password.