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
Admin Message Command
Konstantinos
Spam Machine
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
#10
15.09.2013, 15:30
Quote:
Originally Posted by
Drago987
Here is the whole command with Defines
pawn Код:
stock
IsAdmin
(
playerid
)
{
if
(
PlayerInfo
[
playerid
]
[
pAdmin
]
<=
2
)
return
1
;
return
0
;
}
It should be
>=
, because you want if the player's admin level is greater or equal to 2, return true (that he's indeed an admin), else if it's level 0 or 1 (that he's not an admin).
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Admin Message Command
- by
Drago987
- 14.09.2013, 21:45
Re: Admin Message Command
- by
EiresJason
- 14.09.2013, 23:21
Re: Admin Message Command
- by
Drago987
- 15.09.2013, 11:50
Re: Admin Message Command
- by
EiresJason
- 15.09.2013, 12:54
Re: Admin Message Command
- by
Drago987
- 15.09.2013, 13:13
Re: Admin Message Command
- by
Drago987
- 15.09.2013, 13:15
Re: Admin Message Command
- by
EiresJason
- 15.09.2013, 14:07
Re: Admin Message Command
- by
Drago987
- 15.09.2013, 14:24
Re: Admin Message Command
- by
EiresJason
- 15.09.2013, 15:24
Re: Admin Message Command
- by
Konstantinos
- 15.09.2013, 15:30
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