23.02.2008, 14:04
Here part from AAS.inc:
(you maybe ask why AAS.inc... so the name of the script be AAS - Amit'sAdminScript, because IPT closed.)
pawn Код:
enum ConfigEnum
{
// Options (17):
AdminsSeeCommands,
AdminsSeePMs,
MaxPing,
CheckPingSeconds,
ServerLocked,
ChatLocked,
AdminsChat,
SlapTakeHealth,
SaveKills,
SaveDeaths,
SaveMoney,
GiveSavedMoney,
AllowLogs,
AntiWords,
AntiBadNames,
JoinLeaveMessages,
GlobalMessageSeconds,
// Commands (220):
CL_aas,
CL_aregister,
CL_alogin,
CL_alogout,
CL_admins,
CL_changepass,
CL_createuser,
CL_invisible,
CL_freeze,
CL_unfreeze,
CL_freezeall,
CL_unfreezeall,
CL_jail,
CL_unjail,
CL_jailall,
CL_unjailall,
CL_mute,
CL_unmute,
CL_muteall,
CL_unmuteall,
CL_cleanchat,
CL_goto,
CL_get,
CL_say,
CL_togsay,
CL_togcommands,
CL_togpms,
CL_hour,
CL_details,
CL_kick,
CL_kicksome,
CL_kickall,
CL_tagkick,
CL_kickfromto,
CL_ban,
CL_unban,
CL_nban,
CL_unnban,
CL_bansome,
CL_tagban,
CL_banfromto,
CL_countdown,
CL_announce,
CL_pannounce,
CL_givemoney,
CL_setmoney,
CL_removemoney,
CL_resetmoney,
CL_giveallmoney,
CL_setallmoney,
CL_removeallmoney,
CL_resetallmoney,
CL_setcolor,
CL_search,
CL_giveweapon,
CL_giveallweapon,
CL_disarm,
CL_disarmall,
CL_spec,
CL_specoff,
CL_akill,
CL_akillall,
CL_sethealth,
CL_setallhealth,
CL_givehealth,
CL_giveallhealth,
CL_removehealth,
CL_removeallhealth,
CL_setarmour,
CL_setallarmour,
CL_givearmour,
CL_giveallarmour,
CL_removearmour,
CL_removeallarmour,
CL_setinterior,
CL_setallinterior,
CL_outside,
CL_outsideall,
CL_setskin,
CL_setallskin,
CL_setwanted,
CL_setallwanted,
CL_givewanted,
CL_giveallwanted,
CL_removewanted,
CL_removeallwanted,
CL_resetwanted,
CL_resetallwanted,
CL_wanteds,
CL_setscore,
CL_setallscore,
CL_givescore,
CL_giveallscore,
CL_removescore,
CL_removeallscore,
CL_resetscore,
CL_resetallscore,
CL_setvhealth,
CL_setallvhealth,
CL_setvcolor,
CL_setallvcolor,
CL_setvpaintjob,
CL_setallvpaintjob,
CL_explode,
CL_explodeall,
CL_tele,
CL_pmt,
CL_godmod,
CL_godmods,
CL_godmodall,
CL_savepos,
CL_gotopos,
CL_resetpos,
CL_bigfall,
CL_bigfallall,
CL_setname,
CL_respawn,
CL_respawnall,
CL_respawnv,
CL_respawnallv,
CL_showme,
CL_spassword,
CL_changemode,
CL_gmx,
CL_exit,
CL_skick,
CL_sban,
CL_getlevel,
CL_setlevel,
CL_setgravity,
CL_setweather,
CL_eject,
CL_ejectall,
CL_getv,
CL_lockchat,
CL_flip,
CL_flipall,
CL_loadfs,
CL_unloadfs,
CL_reloadfs,
CL_lockrcon,
CL_gmt,
CL_setmapname,
CL_sethostname,
CL_sayas,
CL_pickup,
CL_pickupex,
CL_skydive,
CL_skydiveall,
CL_camera,
CL_msg,
CL_update,
CL_addclass,
CL_actor,
CL_setaction,
CL_setallaction,
CL_setteam,
CL_setallteam,
CL_setpos,
CL_setallpos,
CL_testhex,
CL_wcheck,
CL_setgameclock,
CL_setallgameclock,
CL_setfighting,
CL_setallfighting,
CL_joinvehicle,
CL_setsound,
CL_setallsound,
CL_setworld,
CL_setallworld,
CL_setstunts,
CL_setallstunts,
CL_fixrun,
CL_chatradius,
CL_force,
CL_showtags,
CL_showmarkers,
CL_settagdistance,
CL_disablenametaglos,
CL_textdraw,
CL_setvmodel,
CL_setallvmodel,
CL_file,
CL_crash,
CL_fly,
CL_antiword,
CL_serverinfo,
CL_setteleport,
CL_report,
CL_getall,
CL_setstats,
CL_remstats,
CL_givestats,
CL_resetstats,
CL_setallstats,
CL_remallstats,
CL_giveallstats,
CL_resetallstats,
CL_getvid,
CL_vlink,
CL_vlinkall,
CL_setvworld,
CL_setallvworld,
CL_setangle,
CL_setallangle,
CL_lockall,
CL_unlockall,
CL_setallcolor,
CL_deleteuser,
CL_setdriver,
CL_setpassenger,
CL_slap,
CL_slapall,
CL_setcmdlevel,
CL_disablecmd,
CL_enablecmd,
CL_setmaxping,
CL_disablemaxping,
CL_enablemaxping
};

