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
Script help required
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Script help required

AddTimer("GruntOneSpawnDelay", 3, "GruntOneTimer");
AddTimer("GruntTwoSpawnDelay", 3, "GruntTwoTimer");

You forgot to add a function to the AddTimer functions. Third argument. If you're using full numbers (such as 1, 2, 3, 4, etc.), you don't need to add .00. Just write it as the number.

EXTRA PROBLEM

SetEntityPlayerLookAtCallback("gruntTwo", "GruntTwo", false);

Found a typo there, in the first argument. You wrote "gruntTWo" instead of "gruntTwo".

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 06-23-2013, 02:06 AM by PutraenusAlivius.)
06-23-2013, 02:05 AM
Find


Messages In This Thread
Script help required - by Zokrar - 06-22-2013, 09:14 PM
RE: Script help required - by PutraenusAlivius - 06-23-2013, 02:05 AM
[SOLVED] Script help required - by Zokrar - 06-23-2013, 02:21 AM



Users browsing this thread: 1 Guest(s)