mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-23 06:57:31 +08:00
20 lines
238 B
C++
20 lines
238 B
C++
|
|
#ifndef SAMPSRV_PLAYER_H
|
|
#define SAMPSRV_PLAYER_H
|
|
|
|
class CPlayer
|
|
{
|
|
private:
|
|
char _gap0[11486];
|
|
|
|
public:
|
|
|
|
void Say(unsigned char * szText, BYTE byteTextLength);
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
//----------------------------------------------------
|
|
// EOF
|