01.07.2014, 03:09
Update:
As I was testing new Administrator features I noticed the players virtual world and interior weren't set when they logged on, as a result a player always spawned in vw 0 and interior 0. That has been fixed. I have always added administrator vehicles, /spawnvehicle and /destroyvehicle.
The administrator features I added was when a level 2+ administrator clicks on a players name on the default sa-mp online players list, a dialog pops up with Set Virtual World and Set Interior. I found this would be easier for Administrators instead of having a lot of commands.
Hope you enjoy this little update, it will probably be the last public update.
Also, I forgot to add, to make your self Admin, run this SQL query when you register an account:
As I was testing new Administrator features I noticed the players virtual world and interior weren't set when they logged on, as a result a player always spawned in vw 0 and interior 0. That has been fixed. I have always added administrator vehicles, /spawnvehicle and /destroyvehicle.
The administrator features I added was when a level 2+ administrator clicks on a players name on the default sa-mp online players list, a dialog pops up with Set Virtual World and Set Interior. I found this would be easier for Administrators instead of having a lot of commands.
Hope you enjoy this little update, it will probably be the last public update.
Also, I forgot to add, to make your self Admin, run this SQL query when you register an account:
Код:
UPDATE `fortcarson` SET AdminLevel='6', AdminKey='1234' WHERE Fullname='username'