Raised This Month: $ Target: $400
 0% 

Serious Help please!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mackie`o
New Member
Join Date: May 2006
Location: London
Old 05-08-2006 , 15:37   Serious Help please!
Reply With Quote #1

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..
Mackie`o is offline
Send a message via AIM to Mackie`o Send a message via MSN to Mackie`o Send a message via Yahoo to Mackie`o
awpticaL
Member
Join Date: Jul 2004
Location: EAST US
Old 05-08-2006 , 16:37  
Reply With Quote #2

Are you asking how to code those plugins?

Because the one below the heal mod is basically 50 small plugins in one.

Seperatly they are pretty simple, but if you put them all together is can look like one giant blob and confuse your head.
awpticaL is offline
Send a message via AIM to awpticaL Send a message via MSN to awpticaL
Mackie`o
New Member
Join Date: May 2006
Location: London
Old 05-09-2006 , 02:32  
Reply With Quote #3

Yeah, Kinda is there any tutorials for coding/scripting/making plugins here?
Mackie`o is offline
Send a message via AIM to Mackie`o Send a message via MSN to Mackie`o Send a message via Yahoo to Mackie`o
VEN
Veteran Member
Join Date: Jan 2005
Old 05-09-2006 , 06:26  
Reply With Quote #4

Yes, here is the URL which may help a lot if used appropriately.
VEN is offline
Mackie`o
New Member
Join Date: May 2006
Location: London
Old 05-09-2006 , 10:57  
Reply With Quote #5

Oh ok thanks, But its not waht I needed. I typed up ''Macking Plugins'' and it game up with topics IN the Approved Plugins section.. but thanks anyways
Mackie`o is offline
Send a message via AIM to Mackie`o Send a message via MSN to Mackie`o Send a message via Yahoo to Mackie`o
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode