mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
oops
This commit is contained in:
parent
cef41094ca
commit
d4eb64784e
@ -23,6 +23,7 @@ do_printconsole( s )
|
||||
|
||||
do_filewrite( file, contents, mode )
|
||||
{
|
||||
file = "scriptdata/" + file;
|
||||
FileWrite( file, contents, mode );
|
||||
}
|
||||
|
||||
@ -34,6 +35,7 @@ do_fileread( file )
|
||||
|
||||
do_fileexists( file )
|
||||
{
|
||||
file = "scriptdata/" + file;
|
||||
return FileExists( file );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user