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

Whats Wrong? :D


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
MyPc
Senior Member
Join Date: Sep 2011
Old 10-08-2011 , 15:39   Re: Whats Wrong? :D
Reply With Quote #9

Quote:
Originally Posted by enjoi. View Post
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Fart"
#define VERSION "1.0"
#define AUTHOR "mix97mix"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)

    
register_clcmd("say /fart""Fart")
    
register_clcmd("say_team /fart""Fart")
}

public 
plugin_precache()
{
    
precache_sound("farts/fart1.wav")
    
precache_sound("farts/fart2.wav")

    return 
PLUGIN_CONTINUE
}

public 
Fart( )
{
    switch( 
random_num0) )
    {
        case 
0
        {
            
client_cmd(0,"spk farts/fart1")
        }
        case 
1:
        {
            
client_cmd(0,"spk farts/fart2")
        }
    }

Make sure you have all the sounds enabled.
If doesnt work try this

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

#define PLUGIN "Fart"
#define VERSION "1.0"
#define AUTHOR "mix97mix"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)

    
register_clcmd("say /fart""Fart")
    
register_clcmd("say_team /fart""Fart")
}

public 
plugin_precache()
{
    
precache_sound("sound/farts/fart1.wav")
    
precache_sound("sound/farts/fart2.wav")

    return 
PLUGIN_CONTINUE
}

public 
Fart( )
{
    switch( 
random_num0) )
    {
        case 
0
        {
            
client_cmd(0,"spk farts/fart1")
        }
        case 
1:
        {
            
client_cmd(0,"spk farts/fart2")
        }
    }

I can't see a difference between the two codes can you tell me what is the difference ?
MyPc 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 03:54.


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