- Joined
- Nov 22, 2006
- Messages
- 1,260
I'm using JassNewGenPack and I saved my map, and it returned errors:
Too many arguments passed to function:
Too many arguments passed to function:
But I didn't make those lines! It's what WE did! How can then be errors?! (though I think it really passed too many arguments, but I don't know why......)
Thanks in advance
Too many arguments passed to function:
JASS:
call SetCameraBounds(- 3328 , 0 + GetCameraMargin(CAMERA_MARGIN_LEFT) , - 3584 , 0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM) , 3328 , 0 - GetCameraMargin(CAMERA_MARGIN_RIGHT) , 3072 , 0 - GetCameraMargin(CAMERA_MARGIN_TOP) , - 3328 , 0 + GetCameraMargin(CAMERA_MARGIN_LEFT) , 3072 , 0 - GetCameraMargin(CAMERA_MARGIN_TOP) , 3328 , 0 - GetCameraMargin(CAMERA_MARGIN_RIGHT) , - 3584 , 0 + GetCameraMargin(CAMERA_MARGIN_BOTTOM))
Too many arguments passed to function:
JASS:
call DefineStartLocation(0 , - 2048 , 0 , - 2176 , 0)
But I didn't make those lines! It's what WE did! How can then be errors?! (though I think it really passed too many arguments, but I don't know why......)
Thanks in advance
Last edited by a moderator: