public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
Erre ezt a warnt írja : public function lacks forward declaration (symbol \"OnPlayerWeaponShot\")
2.
if(hittype == BULLET_HIT_TYPE_PLAYER && ((fX > 1.0 || fX < -1.0) || (fY > 1.0 || fY < -1.0) || (fZ > 1.0 || fZ < -1.0)))
error 017: undefined symbol \"BULLET_HIT_TYPE_PLAYER\"
3.
if( hittype == BULLET_HIT_TYPE_VEHICLE )
error 017: undefined symbol \"BULLET_HIT_TYPE_VEHICLE\"
4.
public OnPlayerGiveDamage( playerid, damagedid, Float:amount, weaponid, bodypart )
error 025: function heading differs from prototype
Kérlek segítsetek!
Köszi.