|
CTF Revolver script
|
H5N1 Bird Flu |
Posted on 12-01-2012 12:10
|
Offline
Member
Posts: 79
Joined: 16.12.11
Location: Bratislava,SVK
Gender: male
Age: 44
Warnings:
|
Hi
I found that code in this thread:
http://www.vietcong.info/portal/forum/viewthread.php?thread_id=63
try to compile .but still shows up error message through compile ....so im unable finalized this mode
#if _GE_VERSION_ >= 138 --> illegal token (error message)
dword g_FPV_UsFlag = 0;
dword g_FPV_VcFlag = 0;
#endif
I want to ask u if u know how to fix this error ?
Im total noob about scripting
THX |
|
|
|
H5N1 Bird Flu |
Posted on 12-01-2012 13:09
|
Offline
Member
Posts: 79
Joined: 16.12.11
Location: Bratislava,SVK
Gender: male
Age: 44
Warnings:
|
updated sc_global.h ,but same result...
preprocessing error:
file: c:\Program Files\Cenega Czech\VIETCONG\LEVELS\TRAIN\DATA\ůůů\SCRIPTS\CTFR.C
line: 64
message: illegal token '
' found.
|
|
|
|
KostiCZ |
Posted on 12-01-2012 13:42
|
Offline
Moderator
Posts: 1091
Joined: 15.03.11
Gender: male
Age: 48
Warnings:
|
What is "ůůů" in your folder tree? Use only standart letters, not arabic/czech/russian/chinese letters. Maybe it can be a problem.
|
|
x 1
|
|
|
|
H5N1 Bird Flu |
Posted on 12-01-2012 15:08
|
Offline
Member
Posts: 79
Joined: 16.12.11
Location: Bratislava,SVK
Gender: male
Age: 44
Warnings:
|
ok renamed to AAA..problem still occur... |
|
|
|
KostiCZ |
Posted on 12-01-2012 15:52
|
Offline
Moderator
Posts: 1091
Joined: 15.03.11
Gender: male
Age: 48
Warnings:
|
Can you post here line 64 from your script? Or send me script by e-mail? navratilv@seznam.cz
|
|
|
|
H5N1 Bird Flu |
Posted on 12-01-2012 16:01
|
Offline
Member
Posts: 79
Joined: 16.12.11
Location: Bratislava,SVK
Gender: male
Age: 44
Warnings:
|
yes ofcourse... also posted to you...
Line 64:
#if _GE_VERSION_ >= 138
...each line with this command gets compiling error....
|
|
|
|
KostiCZ |
Posted on 12-01-2012 16:30
|
Offline
Moderator
Posts: 1091
Joined: 15.03.11
Gender: male
Age: 48
Warnings:
|
This is strange, this line is only for compiller.
1. Try to check your sc_global.h file if you have defined _GE_VERSION_ there. It is on first page in my sc_global.h
2. You can try to remarque this line and also the end of "if" by //
//#if _GE_VERSION_ >= 138
dword g_FPV_UsFlag = 0;
dword g_FPV_VcFlag = 0;
//#endif
Because this is only for compiller and you ofcourse have this new version (or should have), you can do it
I hope something can help, I never met this problem.
|
|
x 1
|
|
|
|
H5N1 Bird Flu |
Posted on 12-01-2012 19:31
|
Offline
Member
Posts: 79
Joined: 16.12.11
Location: Bratislava,SVK
Gender: male
Age: 44
Warnings:
|
ok...worked with "rem" mentioned lines...compiled without any error.. Thaaaank u veeery much
..but checked sc_global.h and around the middle there is mention about these commands...
if the newer version is that which LDC posted before so I have new version....
|
|
|