Syrian Warfare

Syrian Warfare

View Stats:
Müfit Jul 3, 2022 @ 11:24pm
How To Use Cheats?
Guys i want to use unit/weapon/vehicle cheats. For Example - cheats.giveSs -
It said (in the site) - cheats.giveSs (num, y, x) - So I don't get it. Pls Help.
< >
Showing 1-5 of 5 comments
Unknownsoldier Sep 5, 2022 @ 12:09am 
Do you still need help with this? i have the files and a cheat sheet for this game. (num, y,x)
Müfit Sep 5, 2022 @ 10:04pm 
Originally posted by Unknownsoldier:
Do you still need help with this? i have the files and a cheat sheet for this game. (num, y,x)
no i know now :D
Chicken-gamer Sep 16, 2022 @ 1:57pm 
Originally posted by Unknownsoldier:
Do you still need help with this? i have the files and a cheat sheet for this game. (num, y,x)
Hi can you please help me ?
Ferganus Apr 8, 2023 @ 4:53am 
Hello my friend, interesting something hits my mind: can I spawn Su24 or Su25 Fighters using utils.lua:

giveSu24B = function(xx, yy)
game.selectEntity(game.spawnPlane("su24_bombs", xx, yy, game.getLandHeight(xx, yy), 0, "usa"))
end,

tools.lua:

function addUnit(utype, uid, unum)

if ((unum == nil) or (unum < 1)) then
unum = 1
end

for count = 1, unum, 1 do

if (utype == TANK) then
game.addTankReserve(uid)
console.log("SET RESERVE >> Tank added >> ", uid)
elseif (utype == SQUAD) then
game.addSquadReserve(uid)
console.log("SET RESERVE >> Squad added >> ", uid)
elseif (utype == CAR) then
game.addCarReserve(uid)
console.log("SET RESERVE >> Car added >> ", uid)
elseif (utype == PLANE) then
game.addPlaneReserve(uid)
console.log("SET RESERVE >> Plane added >> ", uid)
elseif (utype == HELI) then
game.addHeliReserve(uid)
console.log("SET RESERVE >> Heli added >> ", uid)
else
--nonmanaged or wrong unit type
console.log("ERROR::tools.lua >> addUnit >> Nonmanaged or Wrong unit type: ", utype, ".")
end
end
end

function addPlane(uid, unum)
addUnit(PLANE, uid, unum)
end

Unfortunately It doesn't work. :(
Dooming Feels Oct 16, 2023 @ 8:55pm 
Can someone make a cheat mod to workshop plz?
< >
Showing 1-5 of 5 comments
Per page: 1530 50