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
Threaded Mode
How to send a cmd as a player
John_Cooper
Big Clucker
Posts: 95
Threads: 31
Joined: Jul 2010
Reputation:
0
#1
27.04.2011, 04:01
How to send a cmd as a player like when someone joins make them type a cmd?
Find
Reply
Backwardsman97
High-roller
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
#2
27.04.2011, 04:25
You can't do commands that are built-in like '/q' but you can just do this for all others.
pawn Код:
OnPlayerCommandText
(
playerid,
"/mycommand"
)
;
Find
Reply
Steven82
High-roller
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
#3
27.04.2011, 04:47
I dont quite understand this topic...
Find
Reply
Backwardsman97
High-roller
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
#4
27.04.2011, 05:10
He wants to call a command as if the player typed it when he didn't. So if you wanted to kill a player, and for whatever reason didn't want to just set his health to 0, you could do something like this.
pawn Код:
OnPlayerCommandText
(
playerid,
"/kill"
)
;
Find
Reply
«
Next Oldest
|
Next Newest
»
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