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
Please help me :(
pdkgaming Offline
Junior Member

Posts: 16
Threads: 3
Joined: Jun 2012
Reputation: 0
#3
RE: Please help me :(

(06-12-2012, 05:14 PM)andyrockin123 Wrote: Aha! I love helping! I found your problem.

This line calls a collide callback

AddEntityCollideCallback("Player", "ScriptArea_4", "LookTimer", true, 1);


but this line has (string &in asTimer) instead of (string &in asParent, string &in asChild, int alState)


void LookTimer(string &in asTimer)



change it to this:


void LookTimer(string &in asParent, string &in asChild, int alState)



That should fix your problem, but I will keep looking over the script if that wasn't the solution!
Still nog working Sad
And could you maybe explain what "string" you use on what situations? for now I'm just guessing a bit.. Blush

Map tester
CS creator (beginner)
Youtube:
http://www.youtube.com/pdkgaming
06-12-2012, 05:18 PM
Website Find


Messages In This Thread
Please help me :( - by pdkgaming - 06-12-2012, 04:20 PM
RE: Please help me :( - by Adny - 06-12-2012, 05:14 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 05:18 PM
RE: Please help me :( - by Science - 06-12-2012, 05:18 PM
RE: Please help me :( - by Adny - 06-12-2012, 05:22 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 05:48 PM
RE: Please help me :( - by Datguy5 - 06-12-2012, 06:15 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 06:18 PM
RE: Please help me :( - by Datguy5 - 06-12-2012, 06:19 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 06:20 PM
RE: Please help me :( - by Datguy5 - 06-12-2012, 06:22 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 06:26 PM
RE: Please help me :( - by Your Computer - 06-12-2012, 11:00 PM
RE: Please help me :( - by pdkgaming - 06-13-2012, 01:02 PM
RE: Please help me :( - by pdkgaming - 06-12-2012, 08:11 PM
RE: Please help me :( - by Adny - 06-12-2012, 10:50 PM
RE: Please help me :( - by pdkgaming - 06-13-2012, 09:00 PM
RE: Please help me :( - by GrAVit - 06-13-2012, 09:31 PM
RE: Please help me :( - by pdkgaming - 06-13-2012, 09:33 PM
RE: Please help me :( - by GrAVit - 06-13-2012, 09:46 PM
RE: Please help me :( - by pdkgaming - 06-13-2012, 09:47 PM
RE: Please help me :( - by GrAVit - 06-13-2012, 09:51 PM
RE: Please help me :( - by pdkgaming - 06-13-2012, 09:59 PM
RE: Please help me :( - by GrAVit - 06-13-2012, 10:45 PM
RE: Please help me :( - by pdkgaming - 06-14-2012, 07:01 PM
RE: Please help me :( - by GrAVit - 06-15-2012, 12:16 PM
RE: Please help me :( - by pdkgaming - 06-18-2012, 10:05 PM
RE: Please help me :( - by GrAVit - 06-19-2012, 01:57 PM



Users browsing this thread: 1 Guest(s)