1 command pissing me off with errors which i cant fix like symbol is never used but i used it :|
#4

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
pawn Код:
if(strcmp("/RetroBurners_Initiate", cmdtext, true) == 0)
    {
        new Float:RotX,Float:RotY,Float:RotZ;
        new Float:x, Float:y, Float:z;
        new string[128];
        GetObjectRot(Docking_Port, RotX, RotY, RotZ);
        GetObjectPos(Docking_Port, x, y, z);
        format(string, sizeof(string),"Current Rotational Axis and Position Of ISS Docking Port: %f, %f, %f, Location: %f, %f, %f", RotX, RotY, RotZ, x, y, z);
        SendClientMessage(playerid, Yellow, string);
        RotateDynamicObject(Docking_Port, RotX, RotY, 0.0, 90, 1);
        return 1;
    }
Try it like this, this should atleast get rid of the string error

Edit:
Hope this will work
got rid of everthing todo with errors ty
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)