SA-MP/server/player.h

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