[AJUDA] Filter script JFS nгo funciona. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Filter script JFS nгo funciona. (
/showthread.php?tid=425034)
[AJUDA] Filter script JFS nгo funciona. -
Pedro Pawno - 24.03.2013
Bom galera, estou com o sistema do JFS para ter uma base, mais o fs simplesmente nгo carrega
os dados '-'
pawn Код:
public OnFilterScriptInit()
{
print("\t[JFS Admin v1.0] Carregando...\n");
print("\t[JFS Admin v1.0] Carregando Comandos...");
print("\t[JFS Admin v1.0] Carregando Administradores...");
print("\t[JFS Admin v1.0] Carregando Banco de Dados...");
print("\t[JFS Admin v1.0] Carregando Sistema de Ban...\n");
print("\t[JFS Admin v1.0] Carregando Sistema de Ban IP...\n");
print("\t[JFS Admin v1.0] Carregado.");
SetTimer("EspiandoPlayer", 1000, true);
return true;
}
Isso era pra tar carregando mais nгo estб.
Re: [AJUDA] Filter script JFS nгo funciona. -
Kuddy - 24.03.2013
Vocк estб carregando o FS corretamente? Digo, tem certeza que o nome estб correto? - lembrando que nome de FS nгo pode ter espaзo.
Respuesta: [AJUDA] Filter script JFS nгo funciona. -
Pedro Pawno - 24.03.2013
pawn Код:
echo Executing Server Config...
lanmode
0rcon_password aff
maxplayers
50port
7777hostname Gang War Los Santos
!gamemode0 aff
filterscripts JFSAdmin
announce
0query
1chatlogging
0weburl
[url
]www.sa-mp.com
[/url
]onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
300.0stream_rate
1000maxnpc
0logtimeformat
[%H:%M:%S
]plugin sscanf
Re: [AJUDA] Filter script JFS nгo funciona. -
n0minal - 24.03.2013
Edita a linha plugin, coloca plugins e tenta...
Код:
echo Executing Server Config...
lanmode 0
rcon_password aff
maxplayers 50
port 7777
hostname Gang War Los Santos!
gamemode0 aff
filterscripts JFSAdmin
plugins sscanf
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Respuesta: [AJUDA] Filter script JFS nгo funciona. -
Pedro Pawno - 24.03.2013
Muito obrigado nominal!