|
3 registered members (AndrewAMD, juanex, Grant),
1,018
guests, and 8
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Invalid call - Dude, u serious?
#349065
12/03/10 18:32
12/03/10 18:32
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
OP
Serious User
|
OP
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
Hey Guys, sorry, I am a little bit fuc*ed up from ODE that is so buggy and lame. Now I use this piece of code and I get an Invalid call error...Please, why? WTF?`I used this 100000 times before?
function platzen()
{
level_load(level_name);
}
Last edited by TheLiam; 12/03/10 18:32.
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
Re: Invalid call - Dude, u serious?
[Re: Liamissimo]
#349072
12/03/10 19:05
12/03/10 19:05
|
Joined: Jul 2009
Posts: 1,198 Berlin, Germany
Liamissimo
OP
Serious User
|
OP
Serious User
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
|
If i put it in a string and load the level frm the string it is the same.
"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen." -JCL, 2011
|
|
|
Re: Invalid call - Dude, u serious?
[Re: Liamissimo]
#349078
12/03/10 19:29
12/03/10 19:29
|
Joined: Dec 2008
Posts: 271
Saturnus
Member
|
Member
Joined: Dec 2008
Posts: 271
|
Probably it's this error message? Warning W1511 - Invalid call in event The given event function calls a forbidden instruction that changes something in the level or can trigger an event itself, like c_move, ptr_remove, ent_create, c_trace, c_scan, video_switch etc. in the first cycle of the event. Insert a wait(1) before executing such instructions in an event function. This warning is only issued if the warn_level variable is set to 2 or above.
|
|
|
|