27.06.2013, 22:18 
	
	
	
		All commands...
Example:
	
	
	
	
Example:
pawn Код:
//"d"
if(sscanf(params, "d", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto [playerid]");
//"u"
if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /goto[playerid]");

