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
Disabling a command or function with a variable?
Retardedwolf
High-roller
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
#2
22.11.2010, 02:53
pawn Code:
COMMAND
:
shop
(
playerid, params
[
]
)
{
if
(
ifCMDDisable
==
0
)
return
0
;
else
{
//..
}
return
1
;
}
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 02:48
Re: Disabling a command or function with a variable?
- by
Retardedwolf
- 22.11.2010, 02:53
Re: Disabling a command or function with a variable?
- by
Th3Angel
- 22.11.2010, 02:57
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 02:57
Re: Disabling a command or function with a variable?
- by
Retardedwolf
- 22.11.2010, 03:01
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:06
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 03:20
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:31
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 03:33
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:37
Re: Disabling a command or function with a variable?
- by
Buzzbomb
- 22.11.2010, 03:38
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 03:45
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:46
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 03:49
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:52
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 03:52
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 03:54
Re: Disabling a command or function with a variable?
- by
willsuckformoney
- 22.11.2010, 04:00
Re: Disabling a command or function with a variable?
- by
-Rebel Son-
- 22.11.2010, 04:04
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
Help Archive