Gettin something from MySQL database
#1

Nevermind
Reply
#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
#3

You didnt get me straight @Ismokeu
bOwner is an integer, it cant print out a name from it i think.
Reply
#4

Rephrase yourself please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)