Objects
#6

Quote:
Originally Posted by trapstar2020
Посмотреть сообщение
pawn Код:
CMD:spray(playerid, params[])
{
        new Float:X, Float:Y, Float:Z, Float:Angle;
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, Angle);
        CreateObject(1490, X, Y, Z+0.5, 0.0,0.0 , Angle-270, 100);
        return 1;
}
SOLVED LORDZ TAG MIS MATCH WITH ANGLE
Try replacing that line with this and check
pawn Код:
Angle = GetPlayerFacingAngle(playerid);
Reply


Messages In This Thread
Objects - by trapstar2020 - 02.10.2012, 00:59
Re: Objects - by Gamer` - 02.10.2012, 04:17
Re: Objects - by trapstar2020 - 02.10.2012, 04:36
Re: Objects - by Lordzy - 02.10.2012, 04:39
Re: Objects - by trapstar2020 - 02.10.2012, 04:50
Re: Objects - by Lordzy - 02.10.2012, 04:52
Re: Objects - by trapstar2020 - 02.10.2012, 05:05

Forum Jump:


Users browsing this thread: 1 Guest(s)