08.06.2013, 15:47 
	
	
	
		You can use this 
	
	
	
	
pawn Код:
if (strcmp("/teleport", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, cords);
return 1;
}


