Skip to content

R19

Compare
Choose a tag to compare
released this 12 Mar 10:59
  • Added plugins/YSF.cfg - for more info open the file
  • Added ability to change RCON commands name
  • Added CallFunctionInScript
  • Added TextDrawSetStringForPlayer
  • Added exclusive RPC broadcast (for more info see YSF_examples.pwn)
  • Made execute() calls threaded and added a pawn callback to read command output
  • AttachPlayerObjectToPlayer has been rewritten from scratch, now it's more stable and uses less memory
  • Fixed rcon messages wasn't appearing in chat
  • Fixed GetActorAnimation
  • More sanity checks against crashes

Merged functions from IllidanS4's fork of YSF: https://github.com/IllidanS4/YSF - http://forum.sa-mp.com/showthread.php?t=609499

  • Merged GetSyncBounds, SetSyncBounds
  • Merged GetNPCCommandLine
  • Merged SetVehicleParamsSirenState, ToggleVehicleSirenEnabled, IsVehicleSirenEnabled, GetVehicleMatrix

Plus two callback has been merged too:
forward OnOutcomeScmEvent(playerid, issuerid, E_SCM_EVENT_TYPE:eventid, vehicleid, arg1, arg2);
forward OnServerQueryInfo(const ipaddr[], hostname[51], gamemode[31], language[31]); // YET DISABLED!!!