[Tutorial] Using OnPlayerText To Make Questions
#9

Instead of doing:
pawn Код:
if(strlen(text) < 2||strlen(text) > 2)
You could've just done:
pawn Код:
if(strlen(text) != 2)
{
}
Anyhow nice tutorial!

(Missed that forum :O )
Reply


Messages In This Thread
Using OnPlayerText To Make Questions - by SuperS82 - 30.11.2010, 19:43
Re: Using OnPlayerText To Make Questions - by [L3th4l] - 30.11.2010, 22:12
Re: Using OnPlayerText To Make Questions - by Basicz - 01.12.2010, 12:13
Re: Using OnPlayerText To Make Questions - by SuperS82 - 01.12.2010, 20:32
Re: Using OnPlayerText To Make Questions - by Skylar Paul - 22.03.2011, 23:20
Re: Using OnPlayerText To Make Questions - by rubygta - 23.03.2011, 14:55
Re: Using OnPlayerText To Make Questions - by Davz*|*Criss - 23.03.2011, 22:57
Re: Using OnPlayerText To Make Questions - by justsomeguy - 24.03.2011, 07:57
Re: Using OnPlayerText To Make Questions - by [XST]O_x - 24.03.2011, 23:31

Forum Jump:


Users browsing this thread: 1 Guest(s)