• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Default Open.MP server return compiler error on default samp public callbacks.
#2
Quick Update:
I read about YSI, and turns out I had to use OnPlayerDeath as OnPlayerDeathEx, not sure if this is correct or not, I did not test it yet.
Here is the current code: 

Code:
forward OnPlayerDeathEx(playerid, killerid, reason);
public OnPlayerDeathEx(playerid, killerid, reason)
{
  UpdatePlayerDeaths(playerid);
  UpdatePlayerKills(killerid);
  return 1;
}
  Reply


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

Forum Jump: