[Ajuda] Comando nao funciona
#1

so aparece a msg, player nao conectado, sendo q tenho 3 players on * so um ex *

Код:
CMD:trazer(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] < 1)						return SendClientMessage(playerid, CorErro, "Vocк precisa ser uma Administrador level 1 para usar este comando");
    if(pJogando[playerid] == true) 								return SendClientMessage(playerid, CorErro, "Vocк nгo estб trabalhando!");
	if(sscanf(params, "u", ID))									return SendClientMessage(playerid, CorErroNeutro, "USE: /trazer [ID]");
	if(!IsPlayerConnected(ID))									return SendClientMessage(playerid, CorErroNeutro, "O jogador nгo estб conectado");
	//
	GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
	//
	if(GetPlayerState(ID) != PLAYER_STATE_DRIVER)
	{
		SetPlayerPos(ID, Pos[0], Pos[1], Pos[2]);
	}
	else
	{
		SetVehiclePos(GetPlayerVehicleID(ID), Pos[0], Pos[1], Pos[2]);
	}
	SetPlayerVirtualWorld(ID, GetPlayerVirtualWorld(playerid));
	SetPlayerInterior(ID, GetPlayerInterior(playerid));
	//
	format(Str, 256, "INFO SERVE: O administrador %s trouxe %s atй ele.", pNomeOriginal[playerid], pNomeOriginal[ID]);
	Log("pAdmin/Logs/Trazer.ini", Str);
	return 1;
}
Reply


Messages In This Thread
Comando nao funciona - by VinnyScript - 28.01.2016, 15:47
Re: Comando nao funciona - by [BOPE]Seu._.Madruga - 28.01.2016, 16:03

Forum Jump:


Users browsing this thread: 2 Guest(s)