Admin problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Admin problem (
/showthread.php?tid=417167)
Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Nuke547 - 20.02.2013
Make sure you changed the folder name to "DM" as well
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
SwisherSweet - 20.02.2013
If you have something like this
Код:
#define UserPath "RP/Users/%s.ini"
Rename it to this.
Код:
#define UserPath "DM/Users/%s.ini"
The #define UserPath can be renamed in your fs but in mine it's UserPath Do not rename that just rename where the account go to.
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^
Re: Admin problem -
Ananisiki - 20.02.2013
^^^^^^^^