argument type mismatch (argument 4)
#5

pawn Код:
stock TimeConvert(seconds)
{
    new tmp[16];
    new minutes = floatround(seconds/60);
    seconds -= minutes*60;
    format(tmp, sizeof(tmp), "%d:%02d", minutes, seconds);
    return tmp;
}
Reply


Messages In This Thread
argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 03:03
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 03:32
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 04:10
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 04:14
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 04:23
Re: argument type mismatch (argument 4) - by RogueDrifter - 26.12.2018, 04:31
Re: argument type mismatch (argument 4) - by OKStyle - 26.12.2018, 05:16
Re: argument type mismatch (argument 4) - by KaliDobrev - 26.12.2018, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)