SA-MP/server/player.cpp

13 lines
220 B
C++
Raw Normal View History

#include "main.h"
2024-04-12 22:00:55 +08:00
//----------------------------------------------------
void CPlayer::Say(unsigned char * szText, BYTE byteTextLen)
{
// TODO: CPlayer::Say
}
//----------------------------------------------------