Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Ayuda con unos Warings

$
0
0
Hola, bueno tengo un problema en una parte de un comando, estoy recien empezando a scriptear y me rompi un poco la cabeza para hacer esto pero bueno, no pude solucionarlo hice de todo pero no pude. Si me podrían ayudar se los agradecería.

(710) : warning 202: number of arguments does not match definition
(711) : warning 202: number of arguments does not match definition
(712) : warning 202: number of arguments does not match definition
(712) : warning 202: number of arguments does not match definition
(712) : warning 202: number of arguments does not match definition
(703) : warning 203: symbol is never used: "vw"
(703) : warning 203: symbol is never used: "inter"

La linea 710 es GetPlayerVirtualWorld
La linea 711 es GetPlayerInterior
La linea 712 es el SPP

Code:

CMD:ir(playerid, params[])
{
        new id, inter, vw;
        if(Jugador[playerid][pAdmin] >= 2) return NoAutorizado
        if(sscanf(params, "u", id)) return SCM(playerid, COLOR_GREY, "Parámetros: /ir [playerid]");
        if(JugadorConectado(id)) return NoConectado
        {
                new Float:posX, Float:posY, Float:posZ;
                GetPlayerPos(id, posX, posY, posZ);
                GetPlayerVirtualWorld(id, vw);
                GetPlayerInterior(id, inter);
                SPP(playerid, posX, posY, posZ, 0, inter, vw);
                SCM(playerid, COLOR_ORANGE, "Te has teleportado exitosamente.");
        }
        return 1;
}


Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>