Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong with my script?
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#5
RE: What's wrong with my script?

(1) SetEntityCallbackFunc("crowbar", "pickupcrowbar");
(2) void pickupcrowbar(string &in asEntity, string &in type)

You got two things wrong.
First, you didn't filled in the first argument of the SetEntityCallbackFunc. (1)
Second, you have the wrong callback function to SECF. (2)

"Veni, vidi, vici."
"I came, I saw, I conquered."
03-22-2014, 05:29 AM
Find


Messages In This Thread
What's wrong with my script? - by physcostealth - 03-16-2014, 09:18 PM
RE: What's wrong with my script? - by Mudbill - 03-16-2014, 09:32 PM
RE: What's wrong with my script? - by PutraenusAlivius - 03-22-2014, 05:29 AM
RE: What's wrong with my script? - by plutomaniac - 03-17-2014, 12:03 AM



Users browsing this thread: 1 Guest(s)