SA-MP Forums Archive
[Ajuda] Simples comando - 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] Simples comando (/showthread.php?tid=512391)



Simples comando - LeoTOB - 10.05.2014

Comando
pawn Код:
dcmd_setvida(playrid, params[])
{
    new id, vida;
    if(sscanf(params, "dd", id, vida)) return SendClientMessage(playerid, -1, "Use: setvida [id] [vida]");
    SetPlayerHealth(id, vida);
    return 1;
}
Erro : error 017: undefined symbol "playerid"


Re: Simples comando - DogeMan - 10.05.2014

Escreveu playerid errado... Vc escreveu playrid


Re: Simples comando - LeoTOB - 10.05.2014

Quote:
Originally Posted by DogeMan
Посмотреть сообщение
Escreveu playerid errado... Vc escreveu playrid
kkkkkkkkkkkk vlw n notei