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
if statement problem with enum value
LeetModz
Little Clucker
Posts: 26
Threads: 6
Joined: Apr 2012
Reputation:
0
#3
30.04.2012, 05:22
Quote:
Originally Posted by
VincentDunn
Only
booleans
can be 'true' or 'false.
Try this
pawn Код:
enum
pMenu
{
bool
:
inVip
=
false,
bool
:
inAdmin
=
false
}
new
pInMenu
[
MAX_PLAYERS
]
[
pMenu
]
;
oh forgot to define them lol.
Sorry Im still in the process of getting used to this language.
Rep+
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
if statement problem with enum value
- by
LeetModz
- 30.04.2012, 05:10
Re: if statement problem with enum value
- by
ReneG
- 30.04.2012, 05:13
Re: if statement problem with enum value
- by
LeetModz
- 30.04.2012, 05:22
Re: if statement problem with enum value
- by
warcodes_
- 30.04.2012, 05:28
Re: if statement problem with enum value
- by
LeetModz
- 30.04.2012, 05:39
Re: if statement problem with enum value
- by
warcodes_
- 30.04.2012, 05:51
Re: if statement problem with enum value
- by
LeetModz
- 30.04.2012, 06:57
Re: if statement problem with enum value
- by
warcodes_
- 30.04.2012, 07:19
Re: if statement problem with enum value
- by
LeetModz
- 30.04.2012, 07:43
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