30.10.2011, 13:10
(
Последний раз редактировалось fiki574; 30.10.2011 в 19:20.
Причина: New Version & Download Links
)
RCON ADMIN MENU V1.1
*** NEW RELEASE ***
Filterscript contains:
1. Custom AntiCheat (for weapons)
2. DIALOG_STLYE_MSGBOX info after performing almost all commands
3. Player menu with 7 commands:
- Send PM
- Go To
- Get Here
- Send "Hello" Game Text
- Send Custom Game Text
- Donate Score
- Donate Money
4. Admin menu with 33 commands:
- Ban
- Kick
- Disarm
- Freeze
- Unfreeze
- Mute
- Unmute
- Jail *
- Unjail
- Slap
- Explode
- Kill
- Spam *
- Give Money
- Give Weapons
- Give Health
- Give Armor
- God Mode ON
- God Mode OFF
- Give Score
- Reset Armor
- Reset Score
- Reset Money
- Teleport *
- Fake Chat *
- Min. Weapon Skills
- Max. Weapon Skills
- 6-star Wanted Level
- Reset Wanted Level
- AntiCheat ON *
- AntiCheat OFF *
- Execute Command *
- Force Class Selection
__________________________________________________ _______________________________________________1. Custom AntiCheat (for weapons)
2. DIALOG_STLYE_MSGBOX info after performing almost all commands
3. Player menu with 7 commands:
- Send PM
- Go To
- Get Here
- Send "Hello" Game Text
- Send Custom Game Text
- Donate Score
- Donate Money
4. Admin menu with 33 commands:
- Ban
- Kick
- Disarm
- Freeze
- Unfreeze
- Mute
- Unmute
- Jail *
- Unjail
- Slap
- Explode
- Kill
- Spam *
- Give Money
- Give Weapons
- Give Health
- Give Armor
- God Mode ON
- God Mode OFF
- Give Score
- Reset Armor
- Reset Score
- Reset Money
- Teleport *
- Fake Chat *
- Min. Weapon Skills
- Max. Weapon Skills
- 6-star Wanted Level
- Reset Wanted Level
- AntiCheat ON *
- AntiCheat OFF *
- Execute Command *
- Force Class Selection
Q: What is this?
A: This is simple dialog menu with list of 33 commands that RCON admin can perform on some player!
Q: Why did you do this? I mean, theres many RCON admin menus!
A: Well, I have done this cause:
-- 1. I was bored!
-- 2. All other admin menus just have round 20 commands!
Q: Pics or video?
A: Pictures! Video was corrupted cause my WMM is bugged!
__________________________________________________ _______________________________________________
ADMIN MENU:
PLAYER MENU:
FAKE CHAT:
EXECUTE COMMAND:
SEND CUSTOM GAME TEXT:
__________________________________________________ _______________________________________________
* = command explanation
Jail - This may not work if you dont put this before your commands that you want to prevent:
Код:
if(Jailed[playerid] == 1) { GameTextForPlayer(playerid,"~r~YOU ARE JAILED!",4000,3); return 1; }
Teleport - This will teleport the player to "Ground Zero"! In other words to X 0.0, Y 0.0 , Z 0.0!
Fake Chat - This is input text dialog (look up)! This will send chat message with players name, not yours!
AntiCheat ON - Will work only if you copy my OnPlayerUpdate!
AntiCheat OFF - Wont work without AntiCheat ON!
Execute Command - Same like Fake Chat, input text dialog (look up again)! This will perform any command from your GM/FS if you type it without "/"
DOWNLOAD
Pastebin
Mediafire
BUG REPORT:
If you find any bugs, please post in reply like this form:
Код:
Bugged command/part of script: Bug description:
- Bug fixes (if any found)
- New commands for Player Menu (please post some suggestions)