if(GetPlayerMoney(playerid) < 15000) return SCM(playerid, ErroCor, "{F90700}[ ERRO ] {FFFFFF}Dinheiro insuficiente.");
if(GetPlayerGrana(playerid) < 15000) return SCM(playerid, ErroCor, "{F90700}[ ERRO ] {FFFFFF}Dinheiro insuficiente.");
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(684) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(685) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(894) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(899) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(906) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(908) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(918) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(920) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(930) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(932) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(942) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(944) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(954) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(956) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(966) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(968) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(978) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(980) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(990) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(992) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1002) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1004) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1014) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1016) : error 017: undefined symbol "GivePlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1026) : error 017: undefined symbol "GetPlayerGrana"
C:\Documents and Settings\Comp\Desktop\TEST\filterscripts\LHouse.pwn(1028) : error 017: undefined symbol "GivePlayerGrana"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
stock GetPlayerGrana(playerid)
{
new ammget[128];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(ammget, sizeof(ammget), PASTA_CONTAS, aname(playerid));
return dini_Int(ammget, "Dinheiro");
}
pawn Код:
|
cara sу coloque isso dentro do seu gm fora de qualquer public e se dar erro undefine pasta_contas vc muda para o diretorio das contas do teu sv! to off msn!
|
C:\Documents and Settings\Comp\Desktop\brasil expert\gamemodes\Casa.pwn(24673) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Comp\Desktop\brasil expert\gamemodes\Casa.pwn(24673) : warning 215: expression has no effect
C:\Documents and Settings\Comp\Desktop\brasil expert\gamemodes\Casa.pwn(24673) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Comp\Desktop\brasil expert\gamemodes\Casa.pwn(24673) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Comp\Desktop\brasil expert\gamemodes\Casa.pwn(24673) : fatal error 107: too many error messages on one line
//REGISTRO
#define PASTA_CONTAS "/Contas/%s.ini" //Diretуrio onde as contas sгo salvas
#define PASTA_CASAS "/Casas/%s.ini" //Diretуrio onde as contas sгo salvas
#define PASTA_PROP "/Props/%s.ini" //Diretуrio onde as contas sгo salvas
#define PASTA_CONCE "/Conce/%s.ini" //Diretуrio onde as contas sгo salvas
#define PASTA_CLANS "/Clans/%s.ini" //Diretуrio onde as contas sгo salvas
#define PASTA_Int "/Interiores/%s.ini" //Diretуrio onde as contas sгo salvas
#define MAX_SENHA 16 //Tamanho mбximo da senha
#define MIN_SENHA 4 //Tamanho mнnimo da senha
format(ammget, sizeof(ammget), PASTA_CONTAS, aname(playerid));