Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Linear Mode
GetPlayerPing bug
jameskmonger
High-roller
Posts: 1,113
Threads: 110
Joined: Nov 2009
Reputation:
0
#2
04.01.2011, 16:02
It's not a bug, it's your code.
pawn Код:
foreach
(
Player, i
)
{
if
(
GetPlayerPing
(
i
)
>
300
)
{
Kick
(
i
)
;
}
}
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
GetPlayerPing bug
- by
armyoftwo
- 04.01.2011, 15:14
Re: GetPlayerPing bug
- by
jameskmonger
- 04.01.2011, 16:02
Re: GetPlayerPing bug
- by
armyoftwo
- 04.01.2011, 16:47
Re: GetPlayerPing bug
- by
HyperZ
- 04.01.2011, 16:55
Re: GetPlayerPing bug
- by
_rAped
- 04.01.2011, 16:57
Re: GetPlayerPing bug
- by
armyoftwo
- 04.01.2011, 16:59
Re: GetPlayerPing bug
- by
Calgon
- 04.01.2011, 17:17
Re: GetPlayerPing bug
- by
_rAped
- 04.01.2011, 17:27
Re: GetPlayerPing bug
- by
Mean
- 04.01.2011, 18:25
Re: GetPlayerPing bug
- by
Calgon
- 04.01.2011, 18:37
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 2 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive