[AJUDA] /setminfps e /setmaxping
#4

pawn Код:
new MaxPing = 300;

if(!strcmp(cmdtext,"/maxping"))
{
    new tmp[24], idx; tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))
        return SendClientMessage(playerid, -1, "/maxping [numero]");

    MaxPing = strval(tmp);
    return 1;
}
Reply


Messages In This Thread
[AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 07.12.2011, 22:15
Re: [AJUDA] /setminfps e /setmaxping - by Cristhian - 07.12.2011, 22:40
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 07.12.2011, 22:45
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 07.12.2011, 22:51
Re: [AJUDA] /setminfps e /setmaxping - by Cristhian - 07.12.2011, 23:14
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 10:47
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 08.12.2011, 10:48
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 11:06
Re: [AJUDA] /setminfps e /setmaxping - by ViniBorn - 08.12.2011, 11:13
Re: [AJUDA] /setminfps e /setmaxping - by Lukinhas_Ice - 08.12.2011, 11:24

Forum Jump:


Users browsing this thread: 2 Guest(s)