Raised This Month: $ Target: $400
 0% 

How to make a mod?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 01:33.


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