06.10.2014, 06:49
new string[128], Float
, Float:y, Float:z,Float:Angle;
GetPlayerPos(playerid, x,y,z);
GetPlayerFacingAngle(playerid, Angle);
CreateObject(playerid, 823, x, y, z, Angle, Angle, Angle);
u didn't add co-ordinates where to plant seed get co-ords add them and than try might fix this issue...
, Float:y, Float:z,Float:Angle;GetPlayerPos(playerid, x,y,z);
GetPlayerFacingAngle(playerid, Angle);
CreateObject(playerid, 823, x, y, z, Angle, Angle, Angle);
u didn't add co-ordinates where to plant seed get co-ords add them and than try might fix this issue...
