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
RCON changing :D
sekol
Huge Clucker
Posts: 407
Threads: 101
Joined: Feb 2009
Reputation:
0
#1
31.08.2010, 14:03
I need to know how can i make my gamemode change the RCON password on every gamemode init to my selected one?
Find
Reply
[XST]O_x
High-roller
Posts: 1,954
Threads: 79
Joined: Aug 2009
Reputation:
0
#2
31.08.2010, 14:05
pawn Код:
public
OnGameModeInit
(
)
{
SendRconCommand
(
"rcon_password YOURPASSWORD"
)
;
return
1
;
}
Find
Reply
Calgon
Banned
Posts: 6,129
Threads: 36
Joined: Jan 2009
#3
31.08.2010, 14:06
You could use
this
.
Find
Reply
sekol
Huge Clucker
Posts: 407
Threads: 101
Joined: Feb 2009
Reputation:
0
#4
31.08.2010, 14:19
Thank's
Both of you guys for helping
My friend very often changes my RCON to "<bla bla here>" to trick-ban me
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