GameText [c++]

y0mike

Active member
Joined
May 10, 2014
Messages
97
Reaction score
41
Location
mizus girl's house
GameText xD lololol

Code:
        void GameText(const char* szText, int iTime, signed int iStyle)
	{
		typedef void(__stdcall* GameText_t)(const char*, int, signed int);
		GameText_t pGameText = (GameText_t)(g_dwSAMP + 0x9C2C0);
		return pGameText(szText, iTime, iStyle);
	}
Code:
samp.GameText("~r~You're gay!", 1000, 5);

ghaWLbA.jpg
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
That's just samp wrapper for the gta function, would be more compatible to just call the gta function(0x69F2B0) directly.
 

y0mike

Active member
Joined
May 10, 2014
Messages
97
Reaction score
41
Location
mizus girl's house
springfield link said:
That's just samp wrapper for the gta function, would be more compatible to just call the gta function(0x69F2B0) directly.

yeah you're right, and if you have the gta sa sdk its already there
the section is pretty dead tho so why not lol
 
Top