27.03.2016, 03:58
Hello there. I'm new on this; however, I've already know the basics of the programming language.
The thing is: how can I get started in creating a "racing" gamemode? Not from scratch if possible; instead, based on how Grand Larceny gamemode handles incoming players.
This is what I have in mind right now:
Hope you could understand me since this is my very first post, and I will appreciate any help/idea/suggestion about how to get started.
Best regards.
The thing is: how can I get started in creating a "racing" gamemode? Not from scratch if possible; instead, based on how Grand Larceny gamemode handles incoming players.
This is what I have in mind right now:
- I want to create a 20-players-maximum-race that borders all the San Andreas map. When a player enters to the server, it can choose the skin (character); and then spawn at some point in the East beach of Los Santos (the starting point of the race). No money or weapons the player will receive at first, and no vehicle should exist in the entire world (at first of course).
- When all players are ready; then an administrator types a server command, passes a certain amount of time (announcing to all players that the race will start soon), a countdown begins; and when that countdown finishes, 20 vehicles spawn in a row and the race finally starts.
- The race is made of checkpoints (almost exactly like how a race works in the normal game), and the vehicles must be indestructibles (if sunk in the water, then the vehicle teleports to the previously reached checkpoint).
- The first player who reaches the final checkpoint (aka finish line), will receive a prize that I'll decide later.
- If everybody wants to race again, then an administrator types the command; and this time, all players get teleported to their respective spawn locations (where they did that at first). The following events are the same as described above.
Hope you could understand me since this is my very first post, and I will appreciate any help/idea/suggestion about how to get started.
Best regards.