SA-MP Forums Archive
Gettin something from MySQL database - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gettin something from MySQL database (/showthread.php?tid=630702)



Gettin something from MySQL database - LazzyBoy - 17.03.2017

Nevermind


Re: Gettin something from MySQL database - ISmokezU - 17.03.2017

Код:
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]));



Re: Gettin something from MySQL database - LazzyBoy - 17.03.2017

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


Re: Gettin something from MySQL database - Amit1998 - 18.03.2017

Rephrase yourself please