AD

/bc

Por Adriez, 08 de abr. de 2016 em Scripts

2
694
AdriezA
08 de abril de 2016 às 00:11

meu ot o comando do god /bc sempre come a primeira palavra e sai o restante como arrumar ????

DanihcvD
08 de abril de 2016 às 21:31

Substitua o script do seu bc atual por este:

function onSay(cid, words, param, channel)if(param == "") thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You need to type the message that will be broadcasted.")return falseendlocal t = string.explode(param, ";", 1)if(not t[2] or MESSAGE_TYPES[t[1]] == nil) thenbroadcastMessage(param)elsebroadcastMessage(t[2], MESSAGE_TYPES[t[1]])endreturn falseend