15.06.2017, 11:17
Quote:
C:\Users\...\Desktop\Samp\pawno\include\AC.inc(315 2) : warning 202: number of arguments does not match definition
C:\Users\...\Desktop\Samp\pawno\include\AC.inc(316 6) : error 025: function heading differs from prototype Maybe u know where is the problem ? |
2. Find "public OnPlayerGiveDamage" in your gamemode and make sure that it have the same number of arguments (if no, then make it like below):
Код:
public OnPlayerGiveDamage(playerid, damagedid, amount, weaponid, bodypart)