07/01/2021 18:42 
	
	
	
		Bom eu coloquei um código na callback OnPlayerKeyStateChange pro player entrar em interiores usando a tecla F, mas não está funcionando, compila sem erros mas não funciona, alguém pode me deixar se tem algo errado.
if(newkeys == KEY_SECONDARY_ATACK)
{
cmd_entrar(playerid, "");
cmd_sair(playerid, "");
}
	
	
	
if(newkeys == KEY_SECONDARY_ATACK)
{
cmd_entrar(playerid, "");
cmd_sair(playerid, "");
}

	   
	
