Hi Ragezone,
i am trying to change all bounty items to "FREE"
I want you to show up at the shop, like:
I know this is where you edit this, but I don't know how to do it
i want something like
if cash (price, currency)
else (free)
PHP Code:const char* szCurrency = bCash ? ZMsg(MSG_CHARINFO_CASH) : ZMsg(MSG_CHARINFO_BOUNTY);
sprintf(sz, "%d %s", nPrice, szCurrency); //how can i separate cash from free?
strcat(szBuf, sz);
return szBuf;
Anyone who knows programming well, how do I do it?
- - - Updated - - -
Spoiler:




Reply With Quote


