06.03.2010, 16:29 
	
	
	
		Hey.
Is there any tutoliar about sscanf using strfind.
For example i have a command:
In this situation, i must to write player's name from left to right without missing any letter.
If my name
So i must to write:
But if i write like this:
It says like people is offline.
I think you got what i want to.
Thanks for help.
	
	
	
Is there any tutoliar about sscanf using strfind.
For example i have a command:
Код:
new Player; if(sscanf(params,"u",Player)) return SendClientMessage(playerid,COLOR,"Kick player: [ /kick player ]"); if(Player == INVALID_PLAYER_ID) return SendClientMessage(playerid,COLOR,"Player is not online."); Kick(Player);
If my name
Quote:
| 
			 Martin_Miller  | 
Quote:
| 
			 /kick mart  | 
Quote:
| 
			 /kick in_Miller  | 
I think you got what i want to.
Thanks for help.


	
	
	
 
	