Display text. - 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: Display text. (
/showthread.php?tid=600846)
Display text. -
Bruker - 13.02.2016
Load Clans:
Код HTML:
orm_addvar_string(ormid, Clan[r][Rank][6], 19, "Rank7");
Rank7 = Boss (In SQL DataBase)
Код HTML:
format(stmsg[playerid], 128, "Rank: %s", Clan[pInfo[playerid][pClan]][Rank][6]); //........//
Display Message: Bэs
Re: Display text. -
Bruker - 13.02.2016
Код HTML:
enum Clans
{
ORM:ORM_ID,
ID,
Rank[7],
//..................
};
new Clan[50][Clans];