/Command *HELP*
#10

Quote:
Originally Posted by Mencent
Посмотреть сообщение
PHP код:
if(<= tmp <= 1000
to

PHP код:
if(<= strval(tmp) <= 1000
Sorry for this stupid mistake.

- Mencent
Alright, I compiled it but it won't work. Server dosen't kick me when I type /command or /command 234.

I put this piece of code on top of the script:

stock strtok(const string[], &index) //©Jeffry
{
new result[20], length = strlen(string), i = index;
while ((i < length) && (string[i] == ' ')) i++;
strmid(result,string,i,((index = strfind(string, " ", false, i)) == -1) ? (index = length) : (index) , 20);
index++;
return result;
}

Not sure if that's correct or not.
Reply


Messages In This Thread
/Command *HELP* - by TheSkyBlueTeam - 23.07.2015, 18:24
Re: /Command *HELP* - by TheSkyBlueTeam - 23.07.2015, 19:36
Re: /Command *HELP* - by Abagail - 23.07.2015, 19:39
AW: /Command *HELP* - by Mencent - 23.07.2015, 19:44
Re: AW: /Command *HELP* - by Abagail - 23.07.2015, 19:50
Re: /Command *HELP* - by TheSkyBlueTeam - 23.07.2015, 19:52
AW: Re: AW: /Command *HELP* - by Mencent - 23.07.2015, 19:58
Re: AW: /Command *HELP* - by TheSkyBlueTeam - 23.07.2015, 20:20
AW: /Command *HELP* - by Mencent - 23.07.2015, 20:23
Re: AW: /Command *HELP* - by TheSkyBlueTeam - 23.07.2015, 20:29

Forum Jump:


Users browsing this thread: 3 Guest(s)