Raised This Month: $ Target: $400
 0% 

How to make a mod?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
germs95
Member
Join Date: Dec 2010
Location: In my PS3
Old 12-12-2010 , 03:25   How to make a mod?
Reply With Quote #1

So umm.. Yeah, how do you make mod? I mean mod for cs 1.6, do you know any tutorial that can make me learn how to make mod?
__________________
''Left, right, left, right and so on..''
germs95 is offline
FragOwn
Senior Member
Join Date: Jun 2010
Old 12-12-2010 , 05:49   Re: How to make a mod?
Reply With Quote #2

Quote:
Originally Posted by germs95 View Post
So umm.. Yeah, how do you make mod? I mean mod for cs 1.6, do you know any tutorial that can make me learn how to make mod?
For me, learn to script easy things first since you're new.
__________________
We can't aim, but we can kill.
FragOwn is offline
germs95
Member
Join Date: Dec 2010
Location: In my PS3
Old 12-12-2010 , 06:10   Re: How to make a mod?
Reply With Quote #3

Quote:
Originally Posted by FragOwn View Post
For me, learn to script easy things first since you're new.
Well umm.. where?
__________________
''Left, right, left, right and so on..''
germs95 is offline
germs95
Member
Join Date: Dec 2010
Location: In my PS3
Old 12-12-2010 , 08:20   Re: How to make a mod?
Reply With Quote #4

Quote:
Originally Posted by ANTICHRISTUS View Post
Nice, I find you everywhere. you are ambitious
Aww thank you so much!

Quote:
Originally Posted by ANTICHRISTUS View Post
also search in the web
Small mistake there dude, anyway Ill do it and yeah, now I know how to quote! Thanks to you! xD
__________________
''Left, right, left, right and so on..''
germs95 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-12-2010 , 08:23   Re: How to make a mod?
Reply With Quote #5

Quote:
Originally Posted by ANTICHRISTUS View Post
well, ask him, or another moderator, scripters... (and please, to ask someone use a private message, and dont post your request with the visitor messages.)
Please don't say such bullshit, nobody will answer such PMs.



Here you go :

PHP Code:
#include <amxmodx>
#include <fakemeta>

new const g_szGameName[] = "You Mode Name Here"

public plugin_init()

    
register_plugin("Plugin Name""Plugin Version""Plugin Author")
    
register_forward(FM_GetGameDescription"GetGameDescription")
}
 
public 
GetGameDescription()

    
forward_return(FMV_STRINGg_szGameName)
    return 
FMRES_SUPERCEDE

Your mode is done.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
germs95
Member
Join Date: Dec 2010
Location: In my PS3
Old 12-12-2010 , 08:28   Re: How to make a mod?
Reply With Quote #6

Quote:
Originally Posted by ConnorMcLeod View Post



Here you go :

PHP Code:
#include <amxmodx>
#include <fakemeta>

new const g_szGameName[] = "You Mode Name Here"

public plugin_init()

    
register_plugin("Plugin Name""Plugin Version""Plugin Author")
    
register_forward(FM_GetGameDescription"GetGameDescription")
}
 
public 
GetGameDescription()

    
forward_return(FMV_STRINGg_szGameName)
    return 
FMRES_SUPERCEDE

Your mode is done.
Umm so I copy that and paste into AMXX studio? and I dont understand any single thing in that studio, lol. I dont understand how wto add code etc.
__________________
''Left, right, left, right and so on..''
germs95 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-12-2010 , 08:36   Re: How to make a mod?
Reply With Quote #7

Then don't try to make a mode, learn basic scripting first, then begin to make little plugins, search for tuts, read existing plugins source code, etc...
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 12-12-2010 , 10:56   Re: How to make a mod?
Reply With Quote #8

Quote:
Well umm.. where?
https://forums.alliedmods.net/showthread.php?t=145084
Quote:
also search in the web
__________________
ANTICHRISTUS is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-12-2010 , 13:00   Re: How to make a mod?
Reply With Quote #9

The first thing anyone needs to do is to learn to SEARCH.

Quote:
Originally Posted by ANTICHRISTUS View Post
well, ask him, or another moderator, scripters... (and please, to ask someone use a private message, and dont post your request with the visitor messages.)
DO NOT PM PEOPLE FOR THIS TYPE OF REQUEST.
__________________
fysiks is online now
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 12-12-2010 , 13:45   Re: How to make a mod?
Reply With Quote #10

Quote:
Originally Posted by fysiks View Post
DO NOT PM PEOPLE FOR THIS TYPE OF REQUEST.
capital letters are for yelling, and you can just point my error out with lower-case letters.
__________________
ANTICHRISTUS is offline
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 00:49.


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