Raised This Month: $ Target: $400
 0% 

Timelimit


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Miko000000
Senior Member
Join Date: Jul 2008
Location: Slovakia
Old 02-07-2009 , 16:14   Timelimit
Reply With Quote #1

hello i need help with my code .

Code:
public restart2(id)
{
    counttovote++;
    new speak[10][] = {"ten", "nine", "eight", "seven", "six", "five", "four", "three", "two", "one"};

    if ( counttovote > 10) {
        counttovote = 0;
        return PLUGIN_HANDLED;
    } else {
        if (counttovote > 0 && counttovote <= 10) {
            set_hudmessage(0, 222, 50, -1.0, 0.13, 0, 1.0, 0.94, 0.0, 0.0, 4);
            show_hudmessage(0, "%L", LANG_PLAYER, "DMAP_VOTING_IN_XSEC", 10 - counttovote);
            if (quiet != 1) {
                client_cmd(0, "spk ^"fvox/%s^"", speak[0 +counttovote]);
                
            }
        }
    }
    return PLUGIN_HANDLED;
}
and its read verry faster. i need will slow than (sorry for my bad english)

and its veryy buggy

Last edited by Miko000000; 02-07-2009 at 16:20.
Miko000000 is offline
Send a message via ICQ to Miko000000 Send a message via Skype™ to Miko000000
 



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 17:02.


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