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
Linear Mode
timer for multiple players
ikkentim
High-roller
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
#10
13.08.2014, 18:36
Quote:
Originally Posted by
GGW
Quote:
Originally Posted by
tommzy09
pawn Код:
for
(
new
i; i
<
MAX_PLAYERS; i
++
)
there is a problem in your loop
pawn Код:
for
(
new
i
=
0
; i
<
MAX_PLAYERS; i
++
)
The default value of a cell is 0, therefore there is no problem in the loop. Though this way it is more
obvious
what the initial value is, this is code style related and has nothing to do with the logic.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
timer for multiple players
- by
tommzy09
- 12.08.2014, 14:12
Re: timer for multiple players
- by
Vince
- 12.08.2014, 14:41
Re: timer for multiple players
- by
GGW
- 12.08.2014, 14:45
Re: timer for multiple players
- by
tommzy09
- 12.08.2014, 14:58
Re: timer for multiple players
- by
GGW
- 12.08.2014, 15:02
Re: timer for multiple players
- by
Stinged
- 12.08.2014, 15:04
Re: timer for multiple players
- by
GGW
- 12.08.2014, 15:08
Re: timer for multiple players
- by
tommzy09
- 12.08.2014, 15:22
Re: timer for multiple players
- by
Stinged
- 12.08.2014, 15:31
Re: timer for multiple players
- by
ikkentim
- 13.08.2014, 18:36
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