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);