[Pedido] salvar vida e colete
#1

Alguem sabe um fs / include qlqr coisa q salve vida e colete qnd reloga?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=143657
Reply
#3

Estude DOF2 ou Y_INI.

DOF2: http://pastebin.com/TQJGwYyZ

Y_INI: https://sampforum.blast.hk/showthread.php?tid=175565

Quote:
Originally Posted by CharlieBrown
Посмотреть сообщение
Todos dizem que essa include estб ultrapassada, entгo nгo recomendo. Porcausa disso..
Reply
#4

Ta dando:
warning 202: number of arguments does not match definition

Nas linhas de salvar qnd disconecta:
dini_IntSet("Health.ini",PlayerName(playerid),GetP layerHealth(playerid));
dini_IntSet("Armour.ini",PlayerName(playerid),GetP layerArmour(playerid));
Reply
#5

nao seria junto?

GetPlayerHealth(playerid)
GetPlayerArmour(playerid)
Reply
#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


Forum Jump:


Users browsing this thread: 4 Guest(s)