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

[Warnings] Please Help..

$
0
0
warning 217: loose indentation
warning 209: function "OnObjectMoved" should return a value

Code:

public OnObjectMoved(objectid) //return 1;
{
        if(objectid==objectswheel[0])
          {
            FerrisAngle ++;
            if(FerrisAngle>=360.0)
          {
              FerrisAngle=0.0;
    }
    if(FerrisAlternate)
          {
              FerrisAlternate=0;
          }
    else
          {
              FerrisAlternate=1;
    }
    new Float:FerrisWheelModZPos=0.0;
    if(FerrisAlternate)
          {
              FerrisWheelModZPos=0.05;
    }

        MoveObject(objectswheel[0],1173.8949, -2004.6146,150.0+FerrisWheelModZPos,FERRIS_KOLESO_SPEED,0,FerrisAngle,0);

    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>