[Ajuda] Salvar DOF2 - 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] Salvar DOF2 (
/showthread.php?tid=585316)
Setar level da casa -
LucasDias - 12.08.2015
Todo level que eu seto, ele seta 65665. Alguйm me ajuda?
PHP Code:
new level, house = HouseEditID[playerid],string[128];
if(sscanf(params, "u", level)) return SendClientMessage(playerid, COLOR_WHITE, "[Uso]: /houselevel [level]");
if(level < 1)
{
SendClientMessage(playerid, COLOR_GREY, " The level can't be below 1 !");
return 1;
}
HouseInfo[house][hLevel] = level;
Re: Salvar DOF2 -
Cleyson - 12.08.2015
"u" й usado para ID de jogadores.
Altere pra
"d", ou
"i" que sгo para numeros inteiros
Re: Salvar DOF2 -
LucasDias - 12.08.2015
Quote:
Originally Posted by Cleyson
"u" й usado para ID de jogadores.
Altere pra "d", ou "i" que sгo para numeros inteiros
|
Obrigado, estava esquecendo deste detalhe, confundo o u com i/d sempre --'