07.12.2011, 22:51
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;
}