12.06.2017, 16:15
Quote:
|
"dude" i'm a girl but that's ok, i try to make your functions work. Let me see.
1. So u get the health with this: GetHealth( i, hp );. Did u defined somewhere that hp ? PHP Code:
PHP Code:
PHP Code:
|
Code:
C:\Users\xc0de\Desktop\tst\gamemodes\zm1.pwn(2800) : warning 213: tag mismatch C:\Users\xc0de\Desktop\tst\gamemodes\zm1.pwn(2802) : error 036: empty statement C:\Users\xc0de\Desktop\tst\gamemodes\zm1.pwn(2803) : warning 213: tag mismatch
Code:
{
GetHealth(i,hp);
if(hp < 80)
{;
GiveHealth(i,3.5);

