This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

amx or amxx?


Post New Thread Reply   
 
Thread Tools Display Modes
ThorW634
Member
Join Date: Aug 2004
Location: Zeal
Old 03-12-2004 , 15:36  
Reply With Quote #11

i would but i am very busy with my classes at the moment. If you want to wait a week or so, i can probably help.
ThorW634 is offline
Send a message via AIM to ThorW634
sir_noobalot
New Member
Join Date: Mar 2004
Location: Bath, Uk
Old 03-13-2004 , 02:15   final fantasy code
Reply With Quote #12

i can make a start on the code

infact i have already here take a look this is just the menu start
Code:
#include <amxmod>
#include <mysql>
#include <amxmisc>
#include <xtrafun>
#include <vault>

//"final fantasy" "by Rafiki" "v0.1"

public plugin_init()
{
register_plugin("Final Fantasy", "0.1", "|2afiki")
register_menucmd(register_menuid("\yFirst Menu:"),(1<<0)|(1<<1)|(1<<2)|(1<<3)|(1<<4)|(1<<5),"MenuCommand")
register_clcmd( "say credits","ShowMenu", -1, "Shows The menu" )
register_clcmd("FUN", "myfunction",clcmd," : showsmenu for FFCS Mod Credits")

public myfunction(id,level,cid)	{
if	(cmd_access(id,level,cid,0))	{
	return PLUGIN_HANDLED
	}
	
	client_print(0,print_chat , "[FF] Menu)
	if 

	public MenuCommand( id, key )
{
    client_print( id, print_chat, "[AMX] Menu Key Pressed: %d", key )

    }

    switch( key )
    {
        case 0:
        {
         client_print( id, print_chat, "[FF] Code By Rafiki")
        }
        case 1:
        {
        client_print( id, print_chat, "[FF] Idea By FryLoc")
        }
	case 2:
        {
        client_print( id, print_chat, "[FF] Modelled by "namehere")
        }
        case 3:
        {
        client_print( id, print_chat, "[FF] Wat Else Here")
        }
    } 

    return PLUGIN_CONTINUE

	 new keys = (1<<0|1<<1|1<<2|1<<3|1<<4|1<<5)

    new szMenuBody[256]

    new nLen = format( szMenuBody, 255, "\yFirst Menu:\w^n" )
    nLen += format( szMenuBody[nLen], 255-nLen, "^n1. "Coder"\w"  ,name)
    nLen += format( szMenuBody[nLen], 255-nLen, "^n2. "Idea\w"  ,name2)
    nLen += format( szMenuBody[nLen], 255-nLen, "^n3. "Modelled"\w"  ,name3)
    nLen += format( szMenuBody[nLen], 255-nLen, "^n4. "Anything else"\w"  ,name4)
    nLen += format( szMenuBody[nLen], 255-nLen, "^n5. "Exit"\w" )
    
 show_menu( id, keys, szMenuBody, -1 )

 return PLUGIN_CONTINUED



}
also i need some modellers for the final fantasy players
__________________
IM GETTING THERE
sir_noobalot is offline
Send a message via MSN to sir_noobalot Send a message via Yahoo to sir_noobalot
QwertyAccess
Veteran Member
Join Date: Feb 2004
Location: Enjiru Layer
Old 03-13-2004 , 04:27  
Reply With Quote #13

Good Luck.. -.- *gee noone makes a mod for other mods like tfc they could have well er.. nm tfc has neotf an adminop..
QwertyAccess is offline
MagicShot
Senior Member
Join Date: Mar 2004
Location: MN
Old 03-13-2004 , 13:24   hmm
Reply With Quote #14

Quote:
Originally Posted by QwertyAccess
Good Luck.. -.- *gee noone makes a mod for other mods like tfc they could have well er.. nm tfc has neotf an adminop..
I'm sure if they knew how to make one for toher mods they would...
__________________
|v|agic$hot
.
Without a Sound
MagicShot is offline
Send a message via MSN to MagicShot Send a message via Yahoo to MagicShot
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 13:44.


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