[Ayuda] Comando /ir
#2

pawn Код:
zcmd(ir, playerid, params[]){
    if(PlayerInfo[playerid][pAdmin] < 2015) return Message(playerid, COLOR_GRAD2, "[ACCESO DENEGADO]: No tienes el nivel de administrador requerido.");
            if(!sscanf(params, "d", params[0])) return Message(playerid, COLOR_GRAD2, "Uso: /ir <ID de Jugador>");
    if(IsPlayerConnected(params[0])) return Message(playerid, COLOR_GRAD2, "[ACCESO DENEGADO]: No hay alguien con esa ID en este momento.");
                new Float:Pos[3];
                    GetPlayerPos(params[0], Pos[0], Pos[1], Pos[2]);
                SetPlayerInterior(playerid, GetPlayerInterior(params[0]));
                    SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(params[0]));
                SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
                Message(playerid, COLOR_WHITE, "Teleportado!");
        return 1;
       }
Mira que usй menos variables y lнneas, pruebalo asн
Reply


Messages In This Thread
[Ayuda] Comando /ir - by FelipeMancilla - 02.01.2016, 05:30
Respuesta: [Ayuda] Comando /ir - by Goncho28 - 02.01.2016, 06:41
Respuesta: [Ayuda] Comando /ir - by OTACON - 02.01.2016, 13:33
Re: [Ayuda] Comando /ir - by FelipeMancilla - 04.01.2016, 01:41

Forum Jump:


Users browsing this thread: 1 Guest(s)