02.08.2012, 19:11
I wanted to know whether is it possible to add your own named checkpoints? Example, on the top of your script you add:
After that, OnPlayerSpawn, I add:
Same at OnPlayerEnterCheckpoint.
Does this exist? Giving your checkpoints name's so its easy to create?
Code:
new checkpoint1;
Code:
checkpoint1 == SetPlayerCheckpoint...blah blah....
Code:
if(PlayerEnterCheckpoint == checkpoint1 )) SetPlayerHealth (playerid, 0);