yoya99 Posted November 17, 2014 Posted November 17, 2014 Is there a way to create shadows on objects g_Objects with createShadow ? If yes hiw should i attach all the objects? With g_Objects? Help pls
yoya99 Posted November 17, 2014 Author Posted November 17, 2014 g_Player = getLocalPlayer() g_Vehicle = getPedOccupiedVehicle ( g_Player ) function createshadow() outputChatBox ("Purple shadow created!!", g_Player, 255, 0, 255, false) local shadow = createShadow (0, 0, 0, 0, 0, 0, 255, 0, 255, true) attachElements (shadow, g_Vehicle, 0, 0, 0 ) end addCommandHandler ("purpleshadow", createshadow) why this is not working?!?
Jusonex Posted November 17, 2014 Posted November 17, 2014 Because there is no function called createShadow.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now