Blockland Forums > Modification Help
Exec with a Fuction
Pages: (1/1)
Flood:
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: ---fuction(ExecFloodPack)
}
exec("./Example_Example.cs");
exec("./Example_Example2.cs");
{
else
}
echo("Failed to Exec Flood Pack");
{
--- End code ---
Ipquarx:
nope. it will automaticly echo the error if there is one, so its not needed, or possible.
Flood:
--- Quote from: Ipquarx on April 30, 2011, 11:58:35 AM ---it will automaticly echo the error if there is one, so its not needed.
--- End quote ---
Oh,ok
Pages: (1/1)