Gettin something from MySQL database
#2

Код:
GetName(playerid) {
	new gName[MAX_PLAYER_NAME];
	GetPlayerName(playerid, gName, sizeof(gName));
	return gName;
}

new string[ 24 ];
format(string,sizeof(string),"Owner:%s", GetName(BusinessInfo[bizID][bOwner]));
Reply


Messages In This Thread
Gettin something from MySQL database - by LazzyBoy - 17.03.2017, 20:57
Re: Gettin something from MySQL database - by ISmokezU - 17.03.2017, 21:00
Re: Gettin something from MySQL database - by LazzyBoy - 17.03.2017, 21:06
Re: Gettin something from MySQL database - by Amit1998 - 18.03.2017, 02:21

Forum Jump:


Users browsing this thread: 1 Guest(s)