golanu21 Posted December 15, 2012 Share Posted December 15, 2012 I want to make a mission. EX: Kill 3 zombies and the rewards 3000 $ Please help i am new in community Link to comment
Cadu12 Posted December 15, 2012 Share Posted December 15, 2012 Post your script, and we can fix your problem. Link to comment
golanu21 Posted December 15, 2012 Author Share Posted December 15, 2012 local si = createColRectangle ( 2428.852518192369, -1725.9034104254022, 15, 15 ) function hi () outputChatBox ( "You enter in mission" ) end addEventHandler("onColShapeHit", si, hi) i make this simple script and don't work IDK why i try to see the problem with /debugscript 3 but .... nothing Link to comment
Castillo Posted December 15, 2012 Share Posted December 15, 2012 Are you sure that the colshape is really there? Also, make sure you set the script as server side. Link to comment
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