• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Default Open.MP server return compiler error on default samp public callbacks.
#3
Nope, was not like this. I found this cool github link to all open.mp issues.
Here is the updated, code.
Code:
public OnPlayerDeath(playerid, killerid, WEAPON:reason)
{
   UpdatePlayerDeaths(playerid);
   UpdatePlayerKills(killerid);
   return 1;
}

Problem was that I was not specifying the WEAPON type.
  Reply


Messages In This Thread
RE: Default Open.MP server return compiler error on default samp public callbacks. - by J0nathan550 - 2024-01-18, 08:09 PM

Forum Jump: