Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: More help...  (Read 621 times)

0 Members and 1 Guest are viewing this topic.

McFinnish

  • Guest
More help...
« on: 16 Oct 2003, 22:08:10 »
I'am still noob in this things :-\
I just couldn't get this work. Could somebody please tell me what is wrong with this script:
Code: [Select]
_cam = "camera" camcreate [0,0,0]
_cam cameraeffect ["internal", "back"]

_cam camsettarget officer
_cam camsetrelpos [3,3,3]
_cam camcommit 0
@camcommited _cam

~2

titlecut ["Snypa Productions present","PLAIN",3]

~1

_cam camsetrelpos [5,4,10]
_cam camcommit 3
@cam commited _cam

~2

titlecut ["from original idea by Eizei", "PLAIN"3]

~1

_cam camsettarget UAZ
_cam camsetrelpos [1,1,1]
_cam camcommit 3
@camcommited _cam

_cam cameraeffect ["terminate", "back"]
camdestroy _cam

exit

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:More help...
« Reply #1 on: 16 Oct 2003, 22:10:22 »
I see no errors when looking at it directly, could you tell us more exactly what it is not working?

:beat: *Gets Shot* :beat:

m21man

  • Guest
Re:More help...
« Reply #2 on: 16 Oct 2003, 23:00:20 »
I believe that in BIS grammar it's camcommitted, not camcommited :P .

For instance:
Code: [Select]
@camcommited _cam BAD, won't work.

Code: [Select]
@camcommitted _cam GOOD, should work.
« Last Edit: 16 Oct 2003, 23:02:01 by m21man »