28.10.2011, 11:26
Hey, I am currently making some kind of Mirror-Edge style server. Jumping, Stunts etc.
So, It's going to be like, In order to finish the first map you have to walk and jump. You should like walk through some checkpoints and then at the end of the map you type /nextmap to go to the next jumping map. Can you help me doing the Checkpoints and this:
How can I make them save and use the enums up there?
Appreciating any help!
Thanks in advance
So, It's going to be like, In order to finish the first map you have to walk and jump. You should like walk through some checkpoints and then at the end of the map you type /nextmap to go to the next jumping map. Can you help me doing the Checkpoints and this:
pawn Код:
Enum
{
PlayerLevel,
PlayerMoney,
PlayerHealth,
PlayerScore
}
Appreciating any help!
Thanks in advance