• 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!

[Talkaction] REQUEST, Command, What's Wrong?

Heroid

Active Member
Joined
Mar 7, 2011
Messages
336
Solutions
13
Reaction score
36
Could someone help me find the wrong at this Talkaction? :)...
Crying Damson 0.3.6, 8.54... :)

LUA:
local text = "Server Commands:\n\n!rules\n!staff\n!guildcommands\n!infocommands\n!vipcommands\n!othercommands\n\n[-~NEVER GIVE YOUR ACCOUNT INFO TO ANYONE-~]"
function onSay(cid, words, param, channel)
      return	doShowDialog(cid, 5123, text)
end

Would be awesome, Thanks alot! :)... The problem is nothing happens when i use it ;)...

Thanks Alot :)...

//Heroid! :)...
 
Alredy Fixed It... Problem Was
LUA:
     return	doShowDialog(cid, 5123, text)
It should be "doShowTextDialog"... But now another request about it, How to change it to a Popup instead of Dialog? :P... Thanks! :)...
 
Back
Top