14.07.2015, 02:12
Under "OnGameModeInit" if you are using it in your gamemode, or "OnFilterScriptInit", if it's a FS.
Set a Timer under it, to check the player's speed everytime
Loop it trough all players, i suggest you to use "foreach" as a loop.
Then, make a command to check the player's speed.
Set a Timer under it, to check the player's speed everytime
Loop it trough all players, i suggest you to use "foreach" as a loop.
Then, make a command to check the player's speed.