02.02.2014, 20:15
Pasandome a la versiуn 0.3z y hacer asi las nuevas funciones me topй con este error:
la linea 3412 es:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
Solo agreguй el bodypart y me tira el error, sin ella me compila bien
Probй poner solo el public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) sin nada mбs y alli si me compila, en mi gm me tira ese error, interfiere en algo o que? :S
PHP код:
C:\Users\Danny\Desktop\Pawno\xlExtreminio-Latinolx V 0.3z\gamemodes\ExterminioLatino.pwn(3412) : error 025: function heading differs from prototype
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
Solo agreguй el bodypart y me tira el error, sin ella me compila bien
Probй poner solo el public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) sin nada mбs y alli si me compila, en mi gm me tira ese error, interfiere en algo o que? :S