• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Camera function Name Error

Status
Not open for further replies.
Level 4
Joined
Jun 8, 2007
Messages
97
JASS:
call CameraSetupApplyForPlayer( true, gg_cam_Team1Start, Player(0), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team1Start, Player(1), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team1Start, Player(2), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team1Start, Player(3), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team2Start, Player(4), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team2Start, Player(5), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team2Start, Player(6), 1 )
call CameraSetupApplyForPlayer( true, gg_cam_Team2Start, Player(7), 1 )

with these functions i keep getting errors because it is requesting a name, i thought i did a pretty good job :eekani:
 
Level 4
Joined
Jun 8, 2007
Messages
97
I'm pretty sure that they're....wait...OH D'OH

I named RECTS that, not CAMERAS....OOOOOOOHHHH, hahahahaha this is hilarious, did yall ever make these mistakes?
 
Status
Not open for further replies.
Top