Question
#1

Hello.
How can i check if 2 or more players are in the same checkpoint at the same time?
Reply
#2

Create a Timer! A simple one!

Which will call a callback each second!

The callback will check that IsPlayerInRangeOfpOint for the both players. In case it is true it will return 1 and kills the timer! else return 0;
Reply
#3

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
Create a Timer! A simple one!

Which will call a callback each second!

The callback will check that IsPlayerInRangeOfpOint for the both players. In case it is true it will return 1 and kills the timer! else return 0;
Thanks! Done!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)