[ajuda] undefined symbol sbProdutos e sbInterior? - 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] undefined symbol sbProdutos e sbInterior? (
/showthread.php?tid=258329)
[ajuda] undefined symbol sbProdutos e sbInterior? -
wallacematheus - 30.05.2011
como eu defino isso?
as linhas sгo
pawn Код:
GivePlayerMoneyEx(playerid,-10000);
SBizzInfo[1][sbTill] += 10000;
ExtortionSBiz(1, 10000);
SBizzInfo[1][sbProdutos]--;
HireCar[playerid] = GetPlayerVehicleID(playerid);
OnPropUpdate();
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
format(string, sizeof(string), "~w~Voce pode ~r~/desalugarcarro~n~~g~/trancar ~w~ para trancar o carro.",hirefee);
TogglePlayerControllable(playerid, 1);
GameTextForPlayer(playerid, string, 5000, 3);
return 1;
e a outra
pawn Код:
new coordsstring[256];
format(coordsstring, sizeof(coordsstring), "%d|%s|%s|%s|%f|%f|%f|%d|%d|%d|%d|%d|%d|%d|%d|%d\n",
SBizzInfo[idx][sbOwned],
SBizzInfo[idx][sbOwner],
SBizzInfo[idx][sbMessage],
SBizzInfo[idx][sbExtortion],
SBizzInfo[idx][sbEntranceX],
SBizzInfo[idx][sbEntranceY],
SBizzInfo[idx][sbEntranceZ],
SBizzInfo[idx][sbLevelNeeded],
SBizzInfo[idx][sbBuyPrice],
SBizzInfo[idx][sbEntranceCost],
SBizzInfo[idx][sbTill],
SBizzInfo[idx][sbLocked],
SBizzInfo[idx][sbInterior],
SBizzInfo[idx][sbProdutos],
SBizzInfo[idx][sbMaxProdutos],
SBizzInfo[idx][sbPriceProd]);
if(idx == 0)
{
file2 = fopen("propriedades/sbizz.cfg", io_write);
}
else
{
file2 = fopen("propriedades/sbizz.cfg", io_append);
}
fwrite(file2, coordsstring);
idx++;
fclose(file2);
}
return 1;
}
Re: [ajuda] undefined symbol sbProdutos e sbInterior? -
deregudegu - 30.05.2011
Como assim?
Como definir isso?
Poder ser #define, new, new Float:, public, strtrok.
Explica melhor!
Re: [ajuda] undefined symbol sbProdutos e sbInterior? -
Ricop522 - 30.05.2011
sbProducts й da enum BizzInfo.