[Ajuda] Veja aqui
#1

Estou tentando fazer com que toda ver que um jogador mate o outro ele ganhe 20 de HP, so se tiver menos ou igual a 80.

pawn Код:
if (GetPlayerHealth(killerid) <= 80)
    {
    SetPlayerHealth(killerid, GetPlayerHealth(killerid) + 20);
    SendClientMessage(killerid,COLOR_WHITE,"Vocк tinha menos que 80 de vida, e ganhou 20!");
    }
Eu nгo testei, mas ta retornando esses warnings:

pawn Код:
G:\Projeto Samp\gamemodes\lvdm.pwn(423) : warning 202: number of arguments does not match definition
G:\Projeto Samp\gamemodes\lvdm.pwn(425) : warning 202: number of arguments does not match definition
Reply
#2

PHP код:
new Float:Health;
GetPlayerHealth(killeridHealth);
if(
Health <= 80)
{
    
SetPlayerHealth(killeridHealth 20);
    
SendClientMessage(killerid,COLOR_WHITE,"Vocк tinha menos que 80 de vida, e ganhou 20!");

Reply
#3

nгo retornou warnings nem erros. um outra hora eu testo. agora nгo posso. qualqur coisa posto aqui, vlw.
Reply
#4

funcionou. Obrigado.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)