Posts: 161
Threads: 45
Joined: May 2010
Reputation:
0
Im using a streamer plugin. And im wondering should i make a new checkpoint IDs for all checkpoints which means i need to create a lot of new variables. Or its faster for server just to have IsPlayerInRangeOfPoint on the point where checkpoint is, without any variables. What uses less resources?
Posts: 423
Threads: 41
Joined: May 2011
Reputation:
0
IsPlayerInCheckpoint uses streamer if I am not wrong so it does take resources and I think IsPlayerInRangeOfPoint is better since it does not make checkpoints and you can do pickups with IsPlayerInRangeOfPoint and add GameTextToPlayer or how it is called all tho it is easier and looks better (for me)