Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssPingkicker (pingkicker)

Category:script
Author(s):Mount
Downloads:2741
Rate:You need to be logged in to vote
Rating:3.8 (29 Votes)
Description:
Functions:

- Pingkicker
- Configurable ping warning
- FPS kicker
- getClientFPS
- Automaticly saves/loads config
==========================================
Usage:

- How to set the maxping to 150:
/maxping 150

- Disabling the Pingkicker
/maxping 0 OR /maxping off

- Enabling the Pingkicker
/maxping on

- How to set the Pingwarning to 100:
/pingwarning 100

- Disabling the Pingwarning
/pingwarning 0 OR /pingwarning off

- Enabling the Pingwarning
/pingwarning on

- How to set the minimal fps to 10:
/minfps 10

- Disabling the minimal fps checker
/minfps 0 OR /minfps off

- Enabling the minimal fps checker
/minfps on

- Calling getPlayerFPS from your script
Line number On/Off | Expand/Contract | Select all

1. local playerFPS = call(getResourceFromName("pingkicker"), "getClientFPS")


Note: Returns nil when the ping is unknown, or the player doesnt exist
==========================================
DO NOT FORGET THIS!!!!

The script needs the following right(s):
command.kickPlayer

Command(s) you need to protect with ACL:
command.maxping
command.pingwarning
command.minfps
==========================================
Credits:
#mta.scripting and users for helping me
AlienX for looking at my stupid bugs
Ping Warning picture by [SG]Duckje
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
0.2.0 2008-03-22 16:28:23 First public release Download