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

Wipflash

Old School
Joined
Jul 27, 2010
Messages
1,101
Reaction score
87
Location
Sweden
Hello otland, iam requesting follow'ed script :

When u write !staff , should it pop-up an "box" (an exampel when u write !spells, an box with spell names come up) , but in that box should it be a text that i can modify in the script .

I hope u get it. i couldn't describe it one another way . .:P
 
LUA:
function onSay(cid, words, param, channel)
	doShowTextDialog(cid, 2175, 'Your text here')
	return true
end
 
Back
Top