The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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 FIXED!!!Why wont my script work in my CS?
CptLogicDev Offline
Junior Member

Posts: 24
Threads: 10
Joined: Dec 2012
Reputation: 0
#1
FIXED!!!Why wont my script work in my CS?

Hey every Programmer there! Smile
Just want a question trying to solve this problem for a while now but it dosn't work for me :S

my HPS wont work in my map Sad
Any tips of it ??

void OnStart()
{
AddEntityCollideCallback("", "scriptarea1", "LookAt", true, 1);
}

void LookAt(string &in asParent, string &in asChild, int alState)
{
StartPlayerLookAt("LookAt", 1, 2, "");
AddTimer("", 3, "Timertrigger1");
}

void Timertrigger1(string &in asTimer)
{
SetMessage("Message", "WhatHappend", 5);
StopPlayerLookAt();
}
(This post was last modified: 12-27-2012, 06:56 PM by CptLogicDev.)
12-27-2012, 02:07 AM
Find


Messages In This Thread
FIXED!!!Why wont my script work in my CS? - by CptLogicDev - 12-27-2012, 02:07 AM
RE: Why wont my script work in my CS? - by Statyk - 12-27-2012, 07:04 AM



Users browsing this thread: 1 Guest(s)