25.09.2010, 19:22
I have been trying to utilize moveobject command in order to make an animation to a barrier, but no success.
I tried to place new obj; at the top, but it always give me an error message : I placed it at the top right under #include thingy.
then I was tying to script this function :
It this warning message showed up:
How can I define these weird commands ?
I tried to place new obj; at the top, but it always give me an error message : I placed it at the top right under #include thingy.
PHP код:
: warning 203: symbol is never used: "obj"
PHP код:
public OnGameModeInit()
{
obj = CreateObject(980, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
return 1;
}
It this warning message showed up:
PHP код:
[B]warning 204: symbol is assigned a value that is never used: "obj"[/B]