Hello all, im kinda new to this forum, havent posted before but I always look at posts well..
I need help making a carmod, Ive looked at some other ones and seen and got ideas which I wont tell or say, but i dont know how to do all that writing and stuff, Ive had my own TSRP server but someone else done the coding..
I tried a carmod from this website done by... stevenlafl which didnt work and heres something what ive copy'ed and pasted (Sorry if its important)
I just wanna learn how to make these plugins..
Here is a simple healmod, I get this one..
Quote:
// CVARS
// amx_heal_timeout "0" by default.
// amx_heal_negative "1" by default.
// amx_heal_maxhealth "100" by default.
Timeout is to make sure a person can't spam for more then 1 heal per 2 seconds, negative is to make it so they can heal them negative health.
// COMMANDS
// amx_heal <part of nick> <amount>
|
And heres a complicated one..
-amx_heal","admin_heal",ADMIN_LEVEL_A,"<authid , nick, @team or #userid> <life to give>
-amx_armor","admin_armor",ADMIN_LEVEL_A,"<part of nick> <amount>
-amx_godmode","admin_godmode",ADMIN_LEVEL_A,"< authid, nick, @team/all or #userid> <0=OFF 1=ON 2=ON + ON EACH ROUND>
-amx_godall", "godmode", ADMIN_LEVEL_A, "- Sets all players to god mode
-amx_quit", "quit", ADMIN_LEVEL_A, "<nick | steam> - Will quit assholes to the desktop
-amx_status", "status", ADMIN_KICK, "- This will show you a list of info on each person kinda like the status but more detailed
-amx_noclip","admin_noclip",ADMIN_LEVEL_A,"<au thid, nick, @team or #userid> <0=OFF 1=ON 2=ON + ON EACH ROUND>
-amx_teleport","admin_teleport",ADMIN_LEVEL_A, "<authid, nick, @team or #userid> [x] [y] [z]
-amx_userorigin","admin_userorigin",ADMIN_LEVE L_A,"<authid, nick, or #userid>
-amx_stack","admin_stack",ADMIN_LEVEL_A,"<auth id, nick or #userid> [0|1|2]
-amx_givemoney","give_money",ADMIN_LEVEL_A,"<n ick> OR <#userid> <amount>
-amx_takemoney","take_money",ADMIN_LEVEL_A,"<n ick> OR <#userid> <amount>
-amx_gag","CMD_GagPlayer",ADMIN_KICK,"<nick or #userid> <a|b|c> <time> a == normal say / b == team say / c == voicecomm"
-amx_ungag","CMD_UnGagPlayer",ADMIN_KICK,"<nic k or #userid>
-amx_alltalk","admin_alltalk",ADMIN_LEVEL_A,"1 |0 to enable and disable
-amx_gravity","admin_gravity",ADMIN_LEVEL_A,"< gravity >
-amx_glow","CMD_Glow",ADMIN_KICK,"<nick or #userid> <color>
-amx_unglow","CMD_UnGlow",ADMIN_KICK,"<nick or #userid>
-amx_bury","admin_bury",ADMIN_LEVEL_B,"<authid , nick, @team or #userid>
-amx_unbury","admin_unbury",ADMIN_LEVEL_B,"<au thid, nick, @team or #userid>
-amx_disarm","admin_disarm",ADMIN_LEVEL_B,"<au thid, nick, @team or #userid>
-amx_uberslap","admin_slap",ADMIN_LEVEL_B,"<au thid, nick or #userid>
-amx_slay2","admin_slay",ADMIN_LEVEL_B,"<authi d, nick, @team or #userid> [1-lightning|2-blood|3-explode]
-amx_fire","fire_player",ADMIN_LEVEL_B,"<authi d, nick or #userid>")
-amx_rocket","rocket_player",ADMIN_LEVEL_B,"<a uthid, nick, @team or #userid>
-amx_llama","llama",ADMIN_LEVEL_A,"- <authid, nick, @team or #userid>
-amx_unllama","unllama",ADMIN_LEVEL_A,"- <authid, nick, @team or #userid>
-amx_weapon","admin_weapon",ADMIN_LEVEL_C,"<au thid, nick, @all, @team, or #userid> <weapon #>
-amx_revive","admin_revive",ADMIN_BAN,"<authid , nick, @team or #userid>
-amx_exec","doExec",ADMIN_IMMUNITY,"<nick,@TEA M,*(all),@SERVER>")
-amx_ammo","admin_ammo",ADMIN_LEVEL_A,"<authid , nick, @team or #userid>
-amx_unammo","admin_unammo",ADMIN_LEVEL_A,"<au thid, nick, @team or #userid>
=amx_shutdown","servershutdown",ADMIN_IMMUNIT Y," - Shuts down server in 10seconds
-amx_pass", "pass", ADMIN_BAN, "- Sets a server password
-amx_nopass", "nopass", ADMIN_BAN, "- Removes the server password
-amx_hpk_on 1
1=on 0=off
-amx_hpk_ping 200 <----Max Ping for the kicker to start kicking people (after 12 checks)
-amx_hpk_check 12
-amx_hpk_tests 8
-amx_hpk_delay 60
-amx_deadchat 1=on
-amx_llamasound 1
-amx_moneymsg 1
-amx_revivemsg 1
-amx_loadsong 1
-adminmodx_sounds 1
-bullet_damage 1
-amx_revivewithguns 1
This is a post by bmann, Sorry if it has any copyright or anything, im just trying to get an example..