Stubag
Junior Member
Posts: 16
Threads: 5
Joined: Sep 2011
Reputation:
0
|
[HELP]My script doesn't work...
... And i dont know what's wrong? Here is my script and scriptarea name and corpse name. Please help me somebody
http://imageshack.us/f/836/problemhz.png/
(This post was last modified: 01-03-2012, 11:02 PM by Stubag.)
|
|
01-02-2012, 12:44 AM |
|
Statyk
Schrödinger's Mod
Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation:
241
|
RE: [HELP]My script doesn't work...
the syntax is wrong. You have it as "void CorFunction(string &in asEntity, string &in asType)"
It SHOULD BE:
void CorFunction(string &in asParent, string &in asChild, int alState)
|
|
01-02-2012, 12:55 AM |
|
Stubag
Junior Member
Posts: 16
Threads: 5
Joined: Sep 2011
Reputation:
0
|
RE: [HELP]My script doesn't work...
(01-02-2012, 12:55 AM)Statyk Wrote: the syntax is wrong. You have it as "void CorFunction(string &in asEntity, string &in asType)"
It SHOULD BE:
void CorFunction(string &in asParent, string &in asChild, int alState) Thanks dude
|
|
01-03-2012, 11:02 PM |
|