[Bug/SRV 0.3.7] Actor does not rotated
#3

Quote:
Originally Posted by papedo
Посмотреть сообщение
You have no return in this command

pawn Код:
if (strcmp("/abot", cmdtext, true, 10) == 0)
{
    if(IsValidActor(0)) {

        new msg[MAX_MSG_SIZE];
        new Float:a;
                 
        GetActorFacingAngle(0, a);
        format(msg, MAX_MSG_SIZE, "GetActorFacingAngle actor %d current_angle %.1f", 0, a);
        SendClientMessage(playerid, COLOR_DEFAULT, msg);
                 
        SetActorFacingAngle(0, 180.0);
                 
        GetActorFacingAngle(0, a);
        format(msg, MAX_MSG_SIZE, "SetActorFacingAngle actor %d set 180.0 current_angle %.1f", 0, a);
        SendClientMessage(playerid, COLOR_DEFAULT, msg);
    }
    return 1;
}
It does not fix the error in SetActorFacingAngle();
Reply


Messages In This Thread
[Bug/SRV 0.3.7] Actor does not rotated - by Logofero - 08.05.2015, 09:30
Re: [Bug/SRV 0.3.7] Actor does not rotated - by papedo - 08.05.2015, 09:45
Re: [Bug/SRV 0.3.7] Actor does not rotated - by Logofero - 08.05.2015, 09:52
Re: [Bug/SRV 0.3.7] Actor does not rotated - by long76 - 08.05.2015, 11:28
Re: [Bug/SRV 0.3.7] Actor does not rotated - by PaulDinam - 11.05.2015, 00:45
Re: [Bug/SRV 0.3.7] Actor does not rotated - by Kyle - 23.05.2015, 14:28
Re: [Bug/SRV 0.3.7] Actor does not rotated - by PaulDinam - 01.06.2015, 02:33
Re: [Bug/SRV 0.3.7] Actor does not rotated - by Stanford - 01.06.2015, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)