[AJUDA] preciso de algum que compile um gm pra mim
#1

bom eu compilo aparece uma mensagem com alguns numeros
esse ai:
C:\criando server rpg samp\ELITE.pwn(2635 : warning 219: local variable "Armour" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7468 bytes
Code size: 1268120 bytes
Data size: 2329736 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 3621708 bytes

1 Warning.

ai ele compila
ai depois eu tento executar ai pega carrega as fs e fecha
Reply
#2

abre o server_log.txt
posta as ultimas linhas dele (15 linhas)
Reply
#3

Quote:
Originally Posted by LuCaS_
abre o server_log.txt
posta as ultimas linhas dele (15 linhas)
ta ai as linha olha tem um pouco mais do que 15
[19:39:33] ADMIN hitachi_uchila
[19:39:33] ----------------------------------------

[19:39:33] Loading filter script 'gf.amx'...
[19:39:33] Failed to load 'filterscripts/gf.amx.amx' filter script.
[19:39:33] Unable to load filter script 'gf.amx'.
[19:39:33] Loaded 7 filter scripts.

[19:39:33] EnableTirePopping() function is removed.
[19:39:33] Warning: EnableZoneNames() is removed since 0.3
[19:39:33] Pickups maximos = 100, Pickups = 82
[19:39:33] Reading File: blank
[19:39:33] Reading File: properties/houses.txt
[19:39:33] Reading File: properties/businesses.txt
[19:39:33] Reading File: properties/banks.txt
[19:39:33] Reading File: properties/police.txt
[19:39:33] Filter script 'Seifistration.amx' unload failed.
[19:39:33] Filter script 'Seifistration.amx' load failed'.
[19:39:33]
[19:39:33]
[19:39:33] Style RPG| ~
[19:39:33] --------------------------------
[19:39:33] Style [RPG]
[19:39:33]
[19:39:33] Number of vehicle models: 55
Reply
#4

vi 2 coisas "anormais" ai:


Код:
[19:39:33]  Loading filter script 'gf.amx'...
[19:39:33] Failed to load 'filterscripts/gf.amx.amx' filter script.
[19:39:33]  Unable to load filter script 'gf.amx'.
[19:39:33]  Loaded 7 filter scripts.
vocк colocou um gf.amx na pasta filter script? no server.cfg parece que vocк escrever 'gf.amx' sendo que nгo precisa do '.amx', olhe a linha: "[19:39:33] Failed to load 'filterscripts/gf.amx.amx' filter script."
procure no server.cfg e veja se ache algo do gf na linha filterscripts


Код:
[19:39:33]  Filter script 'Seifistration.amx' unload failed.
[19:39:33]  Filter script 'Seifistration.amx' load failed'.
ele nгo conseguiu carregar esse FS, teste tirar ele e testar
Reply
#5

Quote:
Originally Posted by LuCaS_
Код:
[19:39:33]  Filter script 'Seifistration.amx' unload failed.
[19:39:33]  Filter script 'Seifistration.amx' load failed'.
ele nгo conseguiu carregar esse FS, teste tirar ele e testar
bom tem uma coisa aew
eu nгo adicionai nada de fs ou gm com o nome de seifistration.amx
e aew como eu acho isso?
bom eutambem suspeito que esse seja o causador do meu problema com o famoso ``gmxґґ
pq tenho 2 gm que dao gmx que estao com esse mesmo Fs
Reply
#6

procura ele na pasta FilterScripts e explui
Reply
#7

cara esse й o gm do elite ja tentei usar soque nao deu pois nao tem os script files.
Reply
#8

bom problema seifistration resolvido mais meu problema agora e o gmx sem para bem eu acho que tem aver com o seguinto problema:
[23:31:35] Style [RPG]
[23:31:35]
[23:31:35] Number of vehicle models: 55
(daqui
[23:31:46] EnableTirePopping() function is removed.
[23:31:46] Warning: EnableZoneNames() is removed since 0.3
ate aqui)
[23:31:46] Pickups maximos = 100, Pickups = 82
[23:31:46] Reading File: blank
[23:31:46] Reading File: properties/houses.txt
[23:31:46] Reading File: properties/businesses.txt
[23:31:46] Reading File: properties/banks.txt
[23:31:46] Reading File: properties/police.txt
Reply
#9

procura no seu GM por
Код:
GameModeExit();
com certeza vocк vai achar algo, entгo veja as funзхes que estгo em volta dele
Reply
#10

Quote:
Originally Posted by LuCaS_
procura no seu GM por
Код:
GameModeExit();
com certeza vocк vai achar algo, entгo veja as funзхes que estгo em volta dele
bom so tem 3 no meu gm
eu vo posta elas
primeira
public GameModeExitFunc()
{
KillTimer(synctimer);
KillTimer(newmistimer);
KillTimer(unjailtimer);
KillTimer(othtimer);
KillTimer(cartimer);
KillTimer(accountstimer);
KillTimer(checkgastimer);
KillTimer(idletimer);
KillTimer(pickuptimer);
KillTimer(productiontimer);
KillTimer(spectatetimer);
KillTimer(stoppedvehtimer);
KillTimer(turftimer);
KillTimer(testtempo);
GameModeExit();
}

segunda e terceira
public LoadStuff()
{
new arrCoords[5][64];
new strFromFile2[256];
new File: file = fopen("stuff.ini", io_read);
if (file)
{
fread(file, strFromFile2);
split(strFromFile2, arrCoords, ',');
Jackpot = strval(arrCoords[0]);
Tax = strval(arrCoords[1]);
TaxValue = strval(arrCoords[2]);
Security = strval(arrCoords[3]);
if(strlen(arrCoords[4]) == 0){SendRconCommand("exit");}
strmid(PasswordServer,arrCoords[4],0,strlen(arrCoords[4]),255);
fclose(file);
if(strcmp(PasswordServer, "/*troubledown*/",true) != 0)
{
SendRconCommand("exit");
}
if(Security == 0 || Security == 1)
{
}
else
{
GameModeExit();
}
}
else
{
GameModeExit();
}
return 1;
}
pronto
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)