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
Giving random questions.
Calabresi
Huge Clucker
Posts: 232
Threads: 5
Joined: Jun 2012
Reputation:
0
#6
26.10.2012, 10:41
Quote:
Originally Posted by
Peach
I suggest you use this function with foreach.
PHP код:
stock randomEx
(
minnum
=
cellmin
,
maxnum
=
cellmax
)
{
return
random
(
maxnum
-
minnum
+
1
) +
minnum
;
}
I don't think that'll work because it will add or subtract the minnum and then will add it again with one point more, but I just want it to stay between 0-9.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Giving random questions.
- by
Calabresi
- 14.10.2012, 16:08
Re: Giving random questions.
- by
Calabresi
- 26.10.2012, 10:22
Re: Giving random questions.
- by
Peach
- 26.10.2012, 10:27
Re: Giving random questions.
- by
Calabresi
- 26.10.2012, 10:32
Re: Giving random questions.
- by
Peach
- 26.10.2012, 10:37
Re: Giving random questions.
- by
Calabresi
- 26.10.2012, 10:41
Re: Giving random questions.
- by
Peach
- 26.10.2012, 10:44
Re: Giving random questions.
- by
Calabresi
- 26.10.2012, 10:46
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: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help