SA-MP/server/player.h

20 lines
238 B
C
Raw Normal View History

#ifndef SAMPSRV_PLAYER_H
#define SAMPSRV_PLAYER_H
class CPlayer
{
private:
char _gap0[11486];
public:
2024-04-12 22:00:55 +08:00
void Say(unsigned char * szText, BYTE byteTextLength);
};
#endif
//----------------------------------------------------
// EOF