Advertisement
Guest User

Mein Code

a guest
Dec 28th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.49 KB | None | 0 0
  1. ocmd:startrunde(playerid,parans[])
  2. {
  3.     SetPlayerCheckpoint(playerid,2046.4950,1303.9047,10.6719, 5.0);
  4.     return 1;
  5. }
  6.  
  7. public OnPlayerEnterCheckpoint(playerid) {
  8. if(Checkpoint[playerid] == 1)
  9.         {
  10.         DisablePlayerCheckpoint(playerid);
  11.         SetPlayerCheckpoint(playerid,2060.4950,1303.9047,10.6719, 5.0);
  12.         Checkpoint[playerid] == 2
  13. }
  14.  
  15. else if (Checkpoint[playerid] == 2)
  16.    {
  17.    DisablePlayerCheckpoint(playerid);
  18.    SetPlayerCheckpoint(playerid,2060.4950,1350.9047,14.6719, 5.0
  19.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement