[SOLVED] [HELP] Afghan Wall Spawn!

Posts 14 of 4 · Page 1 of 1
[SOLVED] [HELP] Afghan Wall Spawn!
Well,
Hi guys i´m new her and i need some help in this part of my mod.

Afghan()
{
CreateElevator((-729, -587, -95), (9540, 1620, 95));
CreateRamps((9742, 1630, 70), (10472, 1670, 50));
CreateGrids((10502, 1875, 50), (10922, 1504, 50));
CreateWalls((9769, 1865, 91), (9445, 1903, 81));
CreateWalls((9445, 1903, 91), (9500, 1391, 97));
CreateWalls((9500, 1391, 87), (9705, 1426, 74));
CreateWalls((9769, 1865, 121), (9445, 1903, 111));
CreateWalls((9445, 1903, 121), (9500, 1391, 127));
CreateWalls((9500, 1391, 117), (9705, 1426, 104));
CreateWalls((9769, 1865, 151), (9445, 1903, 141));
CreateWalls((9445, 1903, 151), (9500, 1391, 157));
CreateWalls((9500, 1391, 147), (9705, 1426, 134));
CreateWalls((10482, 1886, 65), (10944, 1883, 65)):
}

My problem is that the last wall: ((10482, 1886, 65), (10944, 1883, 65))
doesn´t spawn.

Please help me and sorry for my bad english

Thx,
Fury / Thelamorix
ahh i see

Code:
CreateWalls((10482, 1886, 65), (10944, 1883, 65)):
needs to be

Code:
CreateWalls((10482, 1886, 65), (10944, 1883, 150));
weird you didn't get any syntex error

ohh and look at the height, it's the same that doesn't work with walls ^^

PS: what are you trying to make? Your cordinates are a little weird.
Thank you very much^^
Uhm i try to make a bunker for zombie mod^^

Thx a lot!

Oooh i see. I thought that a wall has only one row of care packages XD
I set every time one wall on the other ^^

Thx
wrong section

/moved to help + marked as solved
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?