Witajcie!
Mam problem ze zmienną, dziwne, bo za zwyczaj sobie radziłem ;], jest napisane "Unknown variable wine"
To jest object "run"
GML
file = get_open_filename('Executable Windows Program (*.exe)|*.exe',0)
if wine=6
{
execute_shell("H:\ThunderStorm\PowerXware\usr\bin\wine",file)
}
if wine=5
{
execute_shell("Z:\usr\bin\wine",file)
}
else
if wine=4
{
execute_shell("Z:\usr\bin\cedega",file)
}
else
if wine=3
{
execute_shell("Z:\usr\bin\cvscedega",file)
}
else
if wine=2
{
execute_shell("H:\transgaming_cedega_timedemo\cedega_timedemo",file)
}
else
if wine=1
{
execute_shell("H:\cxoffice\bin\wine",file)
}
else
if wine=1
{
execute_shell("H:\cxoffice\bin\wine",file)
}
else
if wine=0
{
execute_shell("Z:\usr\bin\winex3",file)
}
to jest controller
GML
wine=6
i nie działa ;/
Fęrvi Prąsi o pomoc :thumbsup: