I inZ Well-known member Joined Apr 6, 2013 Messages 270 Reaction score 1 Jun 3, 2014 #1 Hi , When compiling a script , it's giving me this error : Unknown directive Actor.SetWeaponAmmo($PLAYER_ACTOR, 0@, 1@). What I'm doing wrong?
Hi , When compiling a script , it's giving me this error : Unknown directive Actor.SetWeaponAmmo($PLAYER_ACTOR, 0@, 1@). What I'm doing wrong?
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 272 Jun 3, 2014 #2 Replace that with Code: 017B: set_actor $PLAYER_ACTOR weapon 0@ ammo_to 1@ Upvote 0 Downvote
I inZ Well-known member Joined Apr 6, 2013 Messages 270 Reaction score 1 Jun 3, 2014 #3 Thank you springfield <3 a lot Upvote 0 Downvote