Raised This Month: $51 Target: $400
 12% 

can anyone help??


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tnsk8er27
Senior Member
Join Date: Mar 2004
Location: richfield MN
Old 03-12-2004 , 20:52   can anyone help??
Reply With Quote #1

im looking to learn how to make amxx plugins and i need help on where i should start plz help me learn....THX =0p
tnsk8er27 is offline
Send a message via AIM to tnsk8er27
[RED-Designs]
Senior Member
Join Date: Mar 2004
Location: .us
Old 03-12-2004 , 20:59  
Reply With Quote #2

You should study the syntax and frame work of the defualt plugins featured in AMX-x. Make modified versions of them and experience trial and error*. What does or doesnt work.
From there try building your own keeping in mind how the defualt plugins work and are built.

Also look on the old amxmod forums http://amxmod.net/forums for tutorials and more plugins to look at to get ideas from.

*: Back up the defualt versions or make a new file with the defualt source to do your modifing in.
[RED-Designs] is offline
Send a message via AIM to [RED-Designs] Send a message via MSN to [RED-Designs] Send a message via Yahoo to [RED-Designs]
tnsk8er27
Senior Member
Join Date: Mar 2004
Location: richfield MN
Old 03-13-2004 , 20:47  
Reply With Quote #3

thanks for the advice!! but do you have any idea on which plugin i should begin looking at??(like an easier one or smthn)
tnsk8er27 is offline
Send a message via AIM to tnsk8er27
DoubleTap
Veteran Member
Join Date: Mar 2004
Location: Harker Heights, TX
Old 03-14-2004 , 00:21  
Reply With Quote #4

RED, your too damned nice and rare in this community... Have you not learned that these guys want their hands held man... this guy is a classic example...
__________________
DoubleTap is offline
Send a message via ICQ to DoubleTap
tnsk8er27
Senior Member
Join Date: Mar 2004
Location: richfield MN
Old 03-14-2004 , 00:31  
Reply With Quote #5

naw i just want help and ideas until the scripting guide comes
tnsk8er27 is offline
Send a message via AIM to tnsk8er27
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-14-2004 , 00:35   Re: can anyone help??
Reply With Quote #6

Quote:
Originally Posted by tnsk8er27
im looking to learn how to make amxx plugins and i need help on where i should start plz help me learn....THX =0p
Also, Watch for future releases of amxmodX...

A plugin & module tutorial are coming soon to an amxmodx near you...
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
QwertyAccess
Veteran Member
Join Date: Feb 2004
Location: Enjiru Layer
Old 03-14-2004 , 06:04   Re: can anyone help??
Reply With Quote #7

Quote:
Originally Posted by MagicShot
Quote:
Originally Posted by tnsk8er27
im looking to learn how to make amxx plugins and i need help on where i should start plz help me learn....THX =0p
Also, Watch for future releases of amxmodX...

A plugin & module tutorial are coming soon to an amxmodx near you...
Yea thats if BAIL doesnt suddenly disapear O_O like OLO
QwertyAccess is offline
[RED-Designs]
Senior Member
Join Date: Mar 2004
Location: .us
Old 03-14-2004 , 06:25  
Reply With Quote #8

Quote:
Originally Posted by DoubleTap
RED, your too damned nice and rare in this community... Have you not learned that these guys want their hands held man... this guy is a classic example...
I am nice, its one of my few good features.

Quote:
Originally Posted by tnsk8er27
thanks for the advice!! but do you have any idea on which plugin i should begin looking at??(like an easier one or smthn)
How about you play around with this?:

Code:
#include <amxmodx> #include <amxmisc> public plugin_init(){   register_plugin("Danger will", "0.1", "[RED-Designs]")   register_concmd("say danger", "admin_danger","- Displays a message")   register_concmd("amx_danger","admin_danger",ADMIN_KICK,"- Displays a message" } public admin_danger(id, level, cid){   console_print(id, "[AMXX: Danger Will Robinson, danger!]^n[AMXX: Didnt expect that one did you?]")   set_hudmessage(200, 100, 0, -1.0, 0.3, 0, 1.0, 5.0, 0.1, 0.2, 5)   show_hudmessage(0,"[AMXX: Danger Will Robinson, danger!]^n[AMXX: Didnt expect that one did you?]") }
__________________
.My personal Blog
."If the country were open on its borders, new
forms would certainly immigrate, and this also
would seriously disturb the relations of some
of the former inhabitants." - Charles Darwin
[RED-Designs] is offline
Send a message via AIM to [RED-Designs] Send a message via MSN to [RED-Designs] Send a message via Yahoo to [RED-Designs]
tnsk8er27
Senior Member
Join Date: Mar 2004
Location: richfield MN
Old 03-14-2004 , 13:11  
Reply With Quote #9

OK THANKS MAN!!!!!!!!!
tnsk8er27 is offline
Send a message via AIM to tnsk8er27
tnsk8er27
Senior Member
Join Date: Mar 2004
Location: richfield MN
Old 03-14-2004 , 16:38  
Reply With Quote #10

1 thing....
Code:
console_print(id, "[AMXX: Danger Will Robinson, danger!]^n[AMXX: Didnt expect that one did you?]")   set_hudmessage(200, 100, 0, -1.0, 0.3, 0, 1.0, 5.0, 0.1, 0.2, 5)   show_hudmessage(0,"[AMXX: Danger Will Robinson, danger!]^n[AMXX: Didnt expect that one did you?]")


what does the ^n mean in the messages???



thx!
__________________
Toxic
tnsk8er27 is offline
Send a message via AIM to tnsk8er27
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 04:51.


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