[Ajuda] 2 paradas rapidas
#1

1- Como remove as marcas no mapa dos players? A muito tempo eu coloque isso, mas estraga aquele lance de pegar desprevenido e tals, como tira as marcaзхes dos players no map?

2- Como checar se o player ta de veiculo pra arrumar meu /goto q os admins sу podem dar se tiverem a pй?
E somando sу +2Y nгo vai chegar atropelando os cara n?

Код:
	CMD:goto(playerid, params[]) {
		if(admin[playerid] < 1) return 0;
		new id;
		new string[80];
		if(sscanf(params,"u", id)) return SendClientMessage(playerid, -1, "Use: /goto [id]");

		new Float:X, Float:Y, Float:Z;
		GetPlayerPos(id, X, Y, Z);
		SetPlayerPos(playerid, X, Y+2, Z);
		SetPlayerInterior(id, GetPlayerInterior(playerid));

		format(string, sizeof(string), "AdmCmd: %s foi atй o jogador %s.", PlayerName(playerid), PlayerName(id) );
		ABroadCast(COLOR_LIGHTRED, string, 1);
		return 1;
	}
Reply


Messages In This Thread
2 paradas rapidas - by pedrotvr - 01.09.2015, 03:15
Re: 2 paradas rapidas - by s4kuL - 01.09.2015, 03:21
Re: 2 paradas rapidas - by pedrotvr - 01.09.2015, 04:04
Re: 2 paradas rapidas - by IgorLuiz - 01.09.2015, 04:11

Forum Jump:


Users browsing this thread: 2 Guest(s)