mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 12:16:15 +08:00
[server] Implement CGameMode functions
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
|
||||
#include "main.h"
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
void CPlayer::Say(unsigned char * szText, BYTE byteTextLen)
|
||||
{
|
||||
// TODO: CPlayer::Say
|
||||
}
|
||||
|
||||
//----------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user