AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Add Fakefullplayer with a *.cfg (https://forums.alliedmods.net/showthread.php?t=14101)

RCC|Dynamite 06-09-2005 18:05

Add Fakefullplayer with a *.cfg
 
How can i create a *.cfg to add automatically Fakefullplayer and where is the file put in! In amxmodx/config ?

Code:
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //|Wait aliases| //~~~~~~~~~~~~~~ alias wait1 "wait; wait; wait" alias wait2 "wait1; wait1; wait1" alias wait3 "wait2; wait2; wait2" alias wait4 "wait3; wait3; wait3" alias wait5 "wait4; wait4; wait4" //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //++++++++++++++++++++++++++++++++++++++++++++++ //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //|ff_creat-Start Script| //~~~~~~~~~~~~~~~~~~ wait2 amx_rcon ff_create Dynamite wait2 amx_rcon ff_create sraem wait2 amx_rcon ff_create Blackman wait2 amx_rcon ff_create super_denmark wait2 amx_rcon ff_create xgZ wait2 amx_rcon ff_create [DoA]-Fuse wait2 amx_rcon ff_create frY wait2 amx_rcon ff_create <^[LuNd3L1]^> wait2 amx_rcon ff_create Charlie wait2 amx_rcon ff_create n00bie

i have use this command but it doesn´t work!

Code:
exec addons/amxmodx/configs/ff_creat.cfg

Hf & Gl

Dynamite

f1del1ty.oXi 06-09-2005 18:16

Just put it in cstrike and exec it? =\

RCC|Dynamite 06-09-2005 18:19

Code:
exec addons\amxmodx\configs\ff_create.cfg: invalid path.

ist works only with "/" and not with "\"

Hf & Gl

Dynamite

f1del1ty.oXi 06-10-2005 01:35

...

Put it in CSTRIKE. Like server.cfg and such?

exec ffcreate.cfg

voila. Don't use the paths, just put it in there. Since your using amx_rcon, it's just commands in a console, and doesn't need to have anything to do with AMXX.

SuperMechaCow 06-10-2005 02:34

is that exactly how you typed the command? like, you copied and pasted it? cuz if you spell it wrong it won't work, and in your quote it was spelled "ff_creat.cfg" and not "ff_create.cfg"

also, by what means are you execing it?

if it's by your client then it probably can't run the server's config from there, and if it's in your config.ini, can't you just put that config in your cstrike folder and exec it from there as just the filename?

RCC|Dynamite 06-10-2005 11:12

ff_create.cfg is the arrange name.

I copied the ff_create.cfg it into cstrike and than:

Code:
exec ff_create.cfg

but it does´t work yet

somebody an idea how to cript a file, it does´t have to be necessarily a cfg file i want to have 10 fakeplayer after every mapchange. at the momend leave the fakeplayer the server after the mapchange.

dynamite


All times are GMT -4. The time now is 16:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.