[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


Messages In This Thread
[Ajuda] Veja aqui - by arakuta - 06.07.2011, 13:27
Re: [Ajuda] Veja aqui - by Shadoww5 - 06.07.2011, 13:31
Re: [Ajuda] Veja aqui - by arakuta - 06.07.2011, 13:34
Re: [Ajuda] Veja aqui - by arakuta - 06.07.2011, 23:38

Forum Jump:


Users browsing this thread: 1 Guest(s)