Release mod tools/source code to the tools here.
Forum rules
Its preferred you release the source code, but if not its ok, but if its found you stole/borrowed source code from another tool/program and violated its license it will be removed.
qwertysind
Posts: 118 Joined: Sun Mar 14, 2010 9:07 am
Post
by qwertysind » Wed Nov 02, 2011 10:24 am
When I'm trying to compile
Code: Select all
:i If NOT call $ObjectExists$ arguments
$id$ = %GLOBAL%$name$
:i continue
:i endif
it makes temp.dump file.
Where is the trouble?
quazz
Global Moderator
Posts: 196 Joined: Sat Nov 13, 2010 12:04 am
Post
by quazz » Wed Nov 02, 2011 1:14 pm
Do you have a table file for the qb?
qwertysind
Posts: 118 Joined: Sun Mar 14, 2010 9:07 am
Post
by qwertysind » Wed Nov 02, 2011 1:47 pm
It should be created automatically after first compilation, but it shows me temp.dump file
%.gone.
Global Moderator
Posts: 391 Joined: Sun Mar 07, 2010 5:12 pm
Post
by %.gone. » Wed Nov 02, 2011 3:50 pm
you need to create, at all least an empty file with the same name as the script and the extension ".qb_table.qbi"
Morten1337
Site Admin
Posts: 327 Joined: Mon Mar 01, 2010 2:23 pm
Location: Norway
Post
by Morten1337 » Wed Nov 02, 2011 5:35 pm
the if should be in lowercase,
Code: Select all
:i if NOT call $ObjectExists$ arguments
$id$ = %GLOBAL%$name$
:i continue
:i endif