Raised This Month: $ Target: $400
 0% 

Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KenTaL
New Member
Join Date: Dec 2014
Old 12-27-2014 , 16:52   Help
Reply With Quote #1

bb5.4(302) : error 088: number of arguments does not match definition
bb5.4(302) : error 029: invalid expression, assumed zero
bb5.4(302) : error 029: invalid expression, assumed zero
bb5.4(302) : fatal error 107: too many error messages on one line

http://pastebin.com/1QZTrbMQ
KenTaL is offline
popeye10
Senior Member
Join Date: May 2014
Location: Navi Mumbai (India)
Old 12-27-2014 , 17:01   Re: Help
Reply With Quote #2

post full code
__________________
popeye10 is offline
KenTaL
New Member
Join Date: Dec 2014
Old 12-27-2014 , 17:13   Re: Help
Reply With Quote #3

......

Last edited by KenTaL; 12-27-2014 at 20:56.
KenTaL is offline
jimaway
Heeeere's Jimmy!
Join Date: Jan 2009
Location: Estonia
Old 12-27-2014 , 17:35   Re: Help
Reply With Quote #4

Code:
public event_round_start()
{
        g_RoundStartTime = get_gametime()
        g_ZombiesReleased = false
       
        if (get_pcvar_num(g_pcvar_resetent) == 1)
        {
                new cname[10], tname[7];
                for (new iEnt = g_MaxPlayers+1; iEnt < MAXENTS; iEnt++)
        {
                        if (is_valid_ent(entity) && !is_user_alive(entity) && !BlockLocker(entity))
        {
                LockBlock(entity, 33);
                set_pev(entity,pev_rendermode,kRenderTransColor)
                set_pev(entity,pev_rendercolor,Float:{LOCKED_COLOR})
                set_pev(entity,pev_renderamt,Float:{LOCKED_RENDERAMT})
        }
}
count the {-s and }-s
jimaway is offline
Reply


Thread Tools
Display Modes

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 15:24.


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