Quote:
Originally Posted by Logitech90
That's because you wrong coded this part:
pawn Код:
format(string,sizeof(string),""embed_blue"%s "embed_white"stats\n\ "embed_blue"Money:"embed_white"$%d\n\ "embed_blue"Admin Level:"embed_white"%d\n\ pName, pInfo[playerid][pMoney], pInfo[playerid][AdminLevel],
The pInfo values should go after you add the %d.
|
Isn't that what its doing?