09.05.2014, 10:01
You would call a Timer for the private player If he clicked it SetTimerEx but you will loop it in a circle every 5 minutes, this will reduce the lag you will receive, Upon it looping every 5 minutes, you will do this
For Example:
I didnt really understand what you meant, but I thought I would somewhat help you out
For Example:
Quote:
Your Set Timer Here forward TimerHere(playerid); public TimerHere(playerid) { You will here check if all players are connected { You will now check what players are wanted { You will now check what player has the most wanted points { if a player has the most points you get his ID here { You format a textdraw setting here etc, } } } } } |