Thread
:
theres somthing wrong with my gun script
View Single Post
#
5
02-24-2009, 02:47 PM
Codein
jwd
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
I can see you're assigning values to playerdir rather than comparing them. Instead of using
playerdir = 0
or
playerdir = 1
, use
playerdir == 1
.
Codein
View Public Profile
View GraalOnline Profile
Find all posts by Codein