View Single Post
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 #8

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