Hi!
How I do to fix this?!
Script:
Someone can help me? Tks.
How I do to fix this?!
PHP:
[9:23:39.434] > Loading talkactions... [Error - LuaInterface::loadFile] data/talkactions/scripts/frags.lua:2: ')' expected near 'then'
[9:23:39.434] [Error - Event::checkScript] Cannot load script (data/talkactions/scripts/frags.lua)
[9:23:39.434] data/talkactions/scripts/frags.lua:2: ')' expected near 'then'
Script:
PHP:
function onSay(cid, words, param, channel)
if isPlayer(cid) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, You have a total of "..getFrags(cid).." frags.)
end
return true
end
Someone can help me? Tks.