• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Can somone help fixing this long line??

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
Can you help me fixing this line , there is somthng wrong a unexpected symbol near '..'

LUA:
"Bonus Days : ".. math.max(0,getPlayerStorageValue(p,added)).." days " .. (getPlayerStorageValue(p,added) >=1 and '( latest by : '..getPlayerStorageValue(p,adder))..' )').. " \n\n • Penalty days : "..math.max(0,getPlayerStorageValue(p,removed)).." days ".. ( getPlayerStorageValue(p,removed) >=1 and '(latest by: '..getPlayerStorageValue(p.remover)..' )' ) .. "
 
Back
Top