Raised This Month: $ Target: $400
 0% 

[AMXX] Run time error 3: stack error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 09-03-2019 , 09:11   Re: [AMXX] Run time error 3: stack error
Reply With Quote #1

Just a shot, I'm tired and couldn't test.

HTML Code:
public _inicioronda()
{
    new iEntity = -1;
    
    while( ( iEntity = find_ent_by_class( iEntity, "func_button" ) ) != 0 ) call_think( iEntity );
    
    new players[32], pnum
    get_players(players, pnum, "ch")
    if (pnum < 5)
    {
        ColorChat (0, GREY, "^01[^04eJail^01] ^03O ^04ranking eJails^03 inicia com^04 5 ou mais jogadores ^03dentro do servidor (%i/5)",pnum)
        skStats = false
        break

    }
    else skStats = true
    
    set_task (1.0,    "_escolha",             TASK_ESCOLHER_REI);
    set_task (59.0,    "_microfonesupervip",     TASK_MICROFONE);
    set_task (179.0, "_avisoconduta",         TASK_CONDUTA);
    set_task (419.0, "_acabardia",             TASK_DIA);
}
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
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 17:28.


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