Error con RemoveBuildingForPlayer
#1

Buenas a todos! Estoy implementando el Remove en un GM pero el problema es que al compilar estando todo perfecto, me sale el siguiente error: warning 215: expression has no effect, es un warning lo se pero igualmente cuando abro el servidor no me carga el RemoveBuild, subo una linea del error porque son 106 warnings.
pawn Код:
//------------------------------------------------------------------------------------------------------

    public OnPlayerConnect(playerid)
    {
        if(IsPlayerNPC(playerid))
        {
            ShowPlayerMarkers(0);
            SpawnPlayer(playerid);
        }
RemoveBuildingForPlayer(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);
Reply


Messages In This Thread
Error con RemoveBuildingForPlayer - by r3z0n - 26.03.2013, 21:47
Respuesta: Error con RemoveBuildingForPlayer - by adri1 - 26.03.2013, 21:51
Re: Error con RemoveBuildingForPlayer - by r3z0n - 26.03.2013, 22:03
Respuesta: Error con RemoveBuildingForPlayer - by adri1 - 26.03.2013, 22:25
Re: Error con RemoveBuildingForPlayer - by r3z0n - 26.03.2013, 22:36
Respuesta: Error con RemoveBuildingForPlayer - by OTACON - 27.03.2013, 01:57

Forum Jump:


Users browsing this thread: 1 Guest(s)