Author Topic: Exec with a Fuction  (Read 563 times)

I am currently making a pack,but im not sure if the exec can have a echo if a error happened.

the Example_Example and Example_Example2 represent the scripts. There NOT the real mod.

Code: [Select]
fuction(ExecFloodPack)
}
exec("./Example_Example.cs");
exec("./Example_Example2.cs");
{
else
}
echo("Failed to Exec Flood Pack");
{

nope. it will automaticly echo the error if there is one, so its not needed, or possible.

it will automaticly echo the error if there is one, so its not needed.

Oh,ok