09.12.2010, 15:00
Hello, maybe you know how to make a marquee that they are reflections?
Everything works so well. Only that, machinery and other things on a very large reflection.
My code is this:
Everything works so well. Only that, machinery and other things on a very large reflection.
My code is this:
Code:
new neonas; new neonas1; neonas = CreateObject(18647,0,0,0,0,0,0,0.5); neonas1 = CreateObject(18647,0,0,0,0,0,0,0.5); AttachObjectToVehicle(neonas, GetPlayerVehicleID(playerid), -0.8, 0.0, -0.75, 0.0, 0.0, 0.0); AttachObjectToVehicle(neonas1, GetPlayerVehicleID(playerid), 0.8, 0.0, -0.75, 0.0, 0.0, 0.0); GivePlayerMoney( playerid, -100 );