[Ajuda] Salvar vida ao desconectar
#1

Galera o meu gm nгo estб salvando a vida quando desconecta, alguem pode me ajudar? pq eu queria que ele salvasse pra quando o player entrar no server ele setar com a vida que esta salva...

ERRO:

PHP код:
C:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : warning 202number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning


PUBLIC DISCONNECT:

https://pastebin.com/akmDMnht
Reply
#2

Pelo que eu me lembre vida й float e n int
PHP код:
DOF2_SetFloat 
E vocк esta usando o GetPlayerHealth errado https://sampwiki.blast.hk/wiki/GetPlayerHealth
Reply
#3

Falta um parвmetro no GetPlayerHealth.

Код:
GetPlayerHealth(playerid, &Float:health)
Reply
#4

Ainda nao estou conseguindo, nao sei c fiz algo de errado doq vcs falaram, mais ta dando erros ainda...

PHP код:
C:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : error 029invalid expressionassumed zero
C
:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : warning 221label name "Float" shadows tag name
C
:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : error 017undefined symbol "health"
C:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : error 029invalid expressionassumed zero
C
:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(88) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

https://pastebin.com/dCuUfRhx
Reply
#5

PHP код:
new FloatHealth;
Player[playerid][Vida] = GetPlayerHealth(playeridHealth); 
Reply
#6

Agr ta acontecendo o seguinte... quando eu entro, sla coloco 40 de life, ou algo do tipo com o comando neh, ou caindo de algum lugar sla, ai quando saio , vou ver no bloco de notas aonde fica salvo, fica:
Vida = 1.00000000

ai quando entro no server ele ta com 1 de vida..
alguem ajuda ai pfv
Reply
#7

PHP код:
GetPlayerHealth(playeridPlayer[playerid][Vida]); 
Reply
#8

PHP код:
C:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(87) : warning 213tag mismatch
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning

Reply
#9

Quote:
Originally Posted by LuizZ14
Посмотреть сообщение
PHP код:
C:\Users\LuizZ\Desktop\SAMP\gamemodes\BVB.pwn(87) : warning 213tag mismatch
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning

Coloque a tag Float: na frente de Vida no seu enum.
Reply
#10

Ae agr funcionou, vlw man xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)