Need help
#9

Quote:
Originally Posted by cj101
Quote:
Originally Posted by lakierka
Thanks.. You really helped me.. But server kicks player only if in his name are more than 2 capital letters. I need that it's would kick player if in his name are less than 2 capital letters. I've tried something like that:
Код:
if (count[playerid] <2 || count >3)
if (count[playerid]==3 || count <2)
but pawno shows error..
It's works, but.. You should to do like this:
Код:
if (count[playerid]<2 || count[playerid]>3)
But server kicks player when in his name is just 1 capital letter. When in name are no capital letters, player can connect still.. I've tried like this:
Код:
if (count[playerid]==0 || count[playerid]==1 || count[playerid]==3)
But player can connect.. I know, I'm going to piss off all of you but I need help.
Reply


Messages In This Thread
Need help - by lakierka - 26.06.2009, 13:25
Re: Need help - by lakierka - 26.06.2009, 13:30
Re: Need help - by dice7 - 26.06.2009, 14:03
Re: Need help - by lakierka - 26.06.2009, 15:05
Re: Need help - by lakierka - 26.06.2009, 17:45
Re: Need help - by dice7 - 26.06.2009, 19:46
Re: Need help - by lakierka - 27.06.2009, 07:41
Re: Need help - by CJ101 - 27.06.2009, 07:53
Re: Need help - by lakierka - 27.06.2009, 08:16
Re: Need help - by dice7 - 27.06.2009, 09:40

Forum Jump:


Users browsing this thread: 1 Guest(s)