Forum

> > CS2D > Scripts > Turrets aren't built at the exact tile
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Turrets aren't built at the exact tile

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Turrets aren't built at the exact tile

Man Of Steel
User Off Offline

Zitieren
Hello everyone,

I want just some help,
I'm not Scripter so i don't know about that but this script i had got by asking Unreal software, but it has some problem.

addhook("projectile", "_p")
function _p(id, wpn, x, y)
     if (wpn == 54) then
        local team = player(id, "team")
        parse("spawnobject 11 "..((x-16)/32).." "..((y-16)/32).." 0 0 "..team.." "..id)
    end
end


I have Check it & its Working, But When i Throw it So Turret Build on the Other side, Whereas at a exact tile Separate, where flare dropped.Why turret didn't build on exact tile where flare dropped.
Please Correct him for me.I want just where it will be drop so turret always make there place.

Admin/Mod Kommentar

Don't choose generic titles for your topic please. Changed. /user GeoB99
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht