How to set up a checkpoint?
#5

Thank you!
Can you add a timer? Players must wait for 20 seconds at a checkpoint in order to get money.
Quote:
Originally Posted by Knekt
Посмотреть сообщение
Код:
OnPlayerEnterCheckpoint(playerid, checkpointid)
?
Quote:
Originally Posted by Mriss
Посмотреть сообщение
pawn Код:
OnPlayerEnterCheckpoint(playerid, checkpointid)
{
      GivePlayerMoney(playerid, AMOUNT OF MONEY HERE!);
      return 1;
}
pawn Код:
OnGameModeInit
}
    SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size);
     return 1;
}
Reply


Messages In This Thread
How to set up a checkpoint? - by 799023555 - 26.02.2014, 07:10
Re: How to set up a checkpoint? - by Knekt - 26.02.2014, 07:19
Re: How to set up a checkpoint? - by 799023555 - 26.02.2014, 07:28
Re: How to set up a checkpoint? - by Mriss - 26.02.2014, 07:28
Re: How to set up a checkpoint? - by 799023555 - 26.02.2014, 08:12
Re: How to set up a checkpoint? - by xKolle - 26.02.2014, 13:26

Forum Jump:


Users browsing this thread: 2 Guest(s)