[Pedido] salvar vida e colete
#6

Uso incorreto do GetPlayerHealth, pois essa funзгo nгo retorna valor, ela recebe uma variбvel pra armazenar.
Veja: https://sampwiki.blast.hk/wiki/GetPlayerHealth (sempre usa a wiki do SA-MP, pois eles dгo exemplos)
Uso:
Код:
new Float:health;
GetPlayerHealth(playerid,health);
dini_FloatSet("Health.ini", PlayerName(playerid), health);
Outro erro:
dini_IntSet - Perceba que 'Int' no nome da funзгo significa Inteiro, mas o valor do sangue й um Float (flutuante/real), qual a diferenзa?
Int: 10
Float: 10.0

Portanto, substitua por dini_FloatSet.
Reply


Messages In This Thread
salvar vida e colete - by gmstrikker - 27.12.2013, 15:21
Re: salvar vida e colete - by CharlieBrown - 27.12.2013, 15:23
Re: salvar vida e colete - by LucaAllexandre - 27.12.2013, 15:23
Re: salvar vida e colete - by gmstrikker - 28.12.2013, 21:21
Re: salvar vida e colete - by PT - 28.12.2013, 21:47
Re: salvar vida e colete - by Red Smoke - 28.12.2013, 23:16

Forum Jump:


Users browsing this thread: 2 Guest(s)