08-01-2016, 04:10 PM
(This post was last modified: 08-01-2016, 04:37 PM by Yassine Edited 4 times in total.)
(08-01-2016, 03:01 PM)Russell Wrote: Yes, you have loads of missing closing brackets.
This is why it's important to indent your code correctly. Each block (basically the code within the curly brackets) should be indented four spaces from its parent block.
I've ran your code through a C prettifier which illustrates the problem:
https://gist.github.com/RussellLVP/aa5a7...11a42dc25f
To give you a few higher level comments however:
- You may want to give credit to vittorio, who made this map.
- This seems to be a race track rather than its own minigame. Why not introduce this as a new race? That avoids needing your code altogether, because we have all the necessary infrastructure in place.
Another Place Better for Event

Players Already See All maps
Now I Have those errorsĀ
Quote:Event.pwn(446) : error 017: undefined symbol "playerId"
Event.pwn(449) : warning 202: number of arguments does not match definition
Event.pwn(449) : warning 202: number of arguments does not match definition
Event.pwn(450) : error 017: undefined symbol "Color"
Event.pwn(450) : error 029: invalid expression, assumed zero
Event.pwn(450) : error 017: undefined symbol "Warning"
Event.pwn(450) : fatal error 107: too many error messages on one line
with u file ofc