mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 02:53:21 +00:00
Update plugins
This commit is contained in:
parent
cc9eb7d9d4
commit
52c3d04c89
25 changed files with 2163 additions and 870 deletions
|
@ -7,7 +7,7 @@ void AddNote(int noteCreator, int noteTarget, const char[] message) {
|
|||
char steamidCreator[32], steamidTarget[32];
|
||||
GetClientAuthId(noteCreator, AuthId_Steam2, steamidCreator, sizeof(steamidCreator));
|
||||
GetClientAuthId(noteTarget, AuthId_Steam2, steamidTarget, sizeof(steamidTarget));
|
||||
AddNoteIdentity(steamidCreator, steamidTarget, message);
|
||||
AddPlayerNoteIdentity(steamidCreator, steamidTarget, message);
|
||||
}
|
||||
|
||||
native void AddNoteIdentity(const char noteCreator[32], const char noteTarget[32], const char[] message);
|
||||
native void AddPlayerNoteIdentity(const char noteCreator[32], const char noteTarget[32], const char[] message);
|
Loading…
Add table
Add a link
Reference in a new issue