Moderator
M
Moderator
12th Dec 2015
IcemanBo: Too long as NeedsFix. Rejected.
edit
17th Jul 2012
Magtheridon96:
This is still way too map specific because you're using regions
in the test map. Currently, it only functions for 3 players. You
need to make it MPI so that it can work for any number of players.
You should use arrays to achieve this.
Car[1] -> player 1, Car[2] -> player 2, etc...
Also, that wait is totally unneeded.
This system should allow the user to register a 'car' for a player.
The user should also be able to enable and disable the system at will
(Use a boolean for that). It has to be something you can plug in to
your map and work with easily.
IcemanBo: Too long as NeedsFix. Rejected.
|
Moderator: Pharaoh_ Date: 04:01, 31st Mar 2012
|
edit
17th Jul 2012
Magtheridon96:
This is still way too map specific because you're using regions
in the test map. Currently, it only functions for 3 players. You
need to make it MPI so that it can work for any number of players.
You should use arrays to achieve this.
Car[1] -> player 1, Car[2] -> player 2, etc...
Also, that wait is totally unneeded.
This system should allow the user to register a 'car' for a player.
The user should also be able to enable and disable the system at will
(Use a boolean for that). It has to be something you can plug in to
your map and work with easily.