[GameMode] Infection
#29

Quote:
Originally Posted by Airblog
Посмотреть сообщение
How to fix errors?
Код:
error 025: function heading differs from prototype


Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
	if(GetPlayerTeam(playerid) == TEAM_INFECTED){SetPlayerTeam(damagedid,TEAM_INFECTED),SpawnPlayer(damagedid),SendClientMessage(playerid,COLOR_RED,#Infected. Spread the infection to the living.),infected[playerid] = true;}
	return 1;
}

public OnPlayerTakeDamage(playerid,issuerid,Float:amount,weaponid,bodypart)
{
    new Float:health;
    GetPlayerHealth(playerid,health);
    if(bodypart == 9) {SetPlayerHealth(playerid, health-40);} // If takes damage to the head region
	else{SetPlayerHealth(playerid, health-25);} // If anywhere other than the head region
    return 1;
}
Try download the latest sa-mp server files and update your folder with them. I'm not sure how to fix that but it's not the script its something in your scripting folder.
Reply


Messages In This Thread
Infection - by Blunt - 04.02.2014, 00:40
Re: Infection - by CoreyDaniels - 04.02.2014, 00:55
Re: Infection - by TheChimpJr - 04.02.2014, 02:41
Re: Infection - by Sublime - 04.02.2014, 03:02
Re: Infection - by amirab - 04.02.2014, 06:53
Re: Infection - by THE_KING$5$ - 04.02.2014, 07:04
Re: Infection - by Team_PRO - 04.02.2014, 07:06
Re: Infection - by Blunt - 04.02.2014, 10:03
Re: Infection - by M3HR4N - 04.02.2014, 10:38
Re: Infection - by Blunt - 04.02.2014, 11:40
Re: Infection - by Jankingston - 04.02.2014, 13:28
Re: Infection - by Blunt - 04.02.2014, 13:42
Re: Infection - by Wizzy951 - 04.02.2014, 18:14
Re: Infection - by Blunt - 04.02.2014, 23:38
Re: Infection - by Verdan - 05.02.2014, 00:33
Re: Infection - by Blunt - 05.02.2014, 15:48
Re: Infection - by Blunt - 13.10.2014, 16:17
Re: Infection - by Rudy_ - 13.10.2014, 16:21
AW: Infection - by Flori - 13.10.2014, 16:24
Re: Infection - by iFarbod - 13.10.2014, 16:26
Re: Infection - by fonia5 - 13.10.2014, 16:31
Re: Infection - by Blunt - 13.10.2014, 16:36
Re: Infection - by Crayder - 14.10.2014, 00:33
Re: Infection - by Ghazal - 14.10.2014, 06:13
Re: Infection - by Blunt - 14.10.2014, 16:08
Re: Infection - by NeGaTiveZ - 14.10.2014, 23:45
Re: Infection - by XGreen - 15.10.2014, 00:41
Re: Infection - by Airblog - 15.10.2014, 07:57
Re: Infection - by Blunt - 15.10.2014, 11:16
Re: Infection - by Blunt - 16.10.2014, 12:21
Re: Infection - by Crayder - 16.10.2014, 20:18
Re: Infection - by Blunt - 16.10.2014, 20:27
Re: Infection - by Crayder - 16.10.2014, 20:36
Re: Infection - by Blunt - 18.10.2014, 13:30
Re: Infection - by Glossy42O - 18.10.2014, 14:03
Re: Infection - by dapimp - 06.11.2014, 23:54
Re: Infection - by Rexonaown - 07.11.2014, 02:45
Re: Infection - by advolna1995 - 07.11.2014, 22:40
Re: Infection - by Vince123 - 08.11.2014, 01:38
Re: Infection - by C4SH - 03.04.2015, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)