25.08.2012, 02:25
Make a variable like
...then make a command which show's a dialog to the player; https://sampwiki.blast.hk/wiki/ShowPlayerDialog ...
...then under OnDialogResponse, check if the players input is that "new password", if it is, give him admin rights etc...
Hope this helps!
pawn Code:
new password = 2413;
...then under OnDialogResponse, check if the players input is that "new password", if it is, give him admin rights etc...
Hope this helps!