[Ajuda] What is this?? O.O - 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] What is this?? O.O (
/showthread.php?tid=606710)
What is this?? O.O -
MineiriinHo - 07.05.2016
Galera, meu SendClientMessage estб dando umas bugada vida loska, e, tб me enviando no pawn compiler, que a quantidade de definiзхes, nгo estб relacionada а funзгo.. Mesmo com playerid dб erro...
Cуdigo:
PHP код:
if(Habilitacao[playerid] == 1) return SendClientMessage(id, -1, "______________ Habilitaзгo de %s ______________", name
Erro:
PHP код:
number of arguments does not match definition
Re: What is this?? O.O -
LockedLucas - 07.05.2016
Cara... formate a mensagem.
Re: What is this?? O.O -
MineiriinHo - 07.05.2016
Resolvido.
Re: What is this?? O.O -
PT - 07.05.2016
https://sampwiki.blast.hk/wiki/Format
Re: What is this?? O.O -
PainNagato - 07.05.2016
pawn Код:
new string[100]; // n e necessario 100 celulas
format(string, sizeof(string), "______________ Habilitaзгo de %s ______________", name);
SendClientMessage(playerid, -1, string);