SoUI 0.5版本占坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
810 B

3 years ago
#ifndef YDWEYDWEJapiOtherIncluded
#define YDWEYDWEJapiOtherIncluded
library YDWEYDWEJapiOther
globals
private constant integer CHAT_RECIPIENT_ALL = 0 // [<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
private constant integer CHAT_RECIPIENT_ALLIES = 1 // [<EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
private constant integer CHAT_RECIPIENT_OBSERVERS = 2 // [<EFBFBD>ۿ<EFBFBD><EFBFBD><EFBFBD>]
private constant integer CHAT_RECIPIENT_REFEREES = 2 // [<EFBFBD><EFBFBD><EFBFBD><EFBFBD>]
private constant integer CHAT_RECIPIENT_PRIVATE = 3 // [˽<EFBFBD>˵<EFBFBD>]
endglobals
native EXDisplayChat takes player p, integer chat_recipient, string message returns nothing
function YDWEDisplayChat takes player p, integer chat_recipient, string message returns nothing
call EXDisplayChat(p, chat_recipient, message)
endfunction
endlibrary
#endif /// YDWEYDWEJapiOtherIncluded