Hey guys i have been reading the wiki
but i dont really really understand
like
do i use
Code:
iPos += formatex(szMotd[iPos], 2047-iPos, "%L" , id , "HELP11", Health_PerLevel)
iPos += formatex(szMotd[iPos], 2047-iPos, "%L" , id , "HELP12", Armor_PerLevel)
iPos += formatex(szMotd[iPos], 2047-iPos, "%L" , id , "HELP13", Speed_PerLevel)
iPos += formatex(szMotd[iPos], 2047-iPos, "%L" , id , "HELP14", Regeneration_PerLevel)
iPos += formatex(szMotd[iPos], 2047-iPos, "%L" , id , "HELP15", floatround((Gravity_PerLevel * 100)))
or do i need
Code:
iPos += format(szMotd[iPos], 2047-iPos, "%L" , id , "HELP11", Health_PerLevel)
iPos += format(szMotd[iPos], 2047-iPos, "%L" , id , "HELP12", Armor_PerLevel)
iPos += format(szMotd[iPos], 2047-iPos, "%L" , id , "HELP13", Speed_PerLevel)
iPos += format(szMotd[iPos], 2047-iPos, "%L" , id , "HELP14", Regeneration_PerLevel)
iPos += format(szMotd[iPos], 2047-iPos, "%L" , id , "HELP15", floatround((Gravity_PerLevel * 100)))
and onther question
what happend if i put the formatex in a code that needs format?
do it use the format or its just ignore that code?
and thx
explain more for me because the approver has unapproved my plugin
because of this thing and some more things
and thx
__________________