Module API FAQ |
Stilart « Citoyen » 1377502440000
| 0 | ||
and wanted and elefant |
Shamousey « Consul » 1377504120000
| 0 | ||
Cadencecool a dit : Sure, what do you need help with? |
Drgenius « Citoyen » 1377505140000
| 0 | ||
Shamo, I know you don't run the kikoo.formice.com website, but I thought I'd let you know since obviously you have a thread containing large sections about it; the website has been down for quite a while. I'm not sure what happened, if it's a technical issue, or if they just stopped running the site for a reason. In any case, I thought I'd let you know. |
0 | ||
I personally think that the owner of the server that is hosting the website forgot to pay his server, So its maybe suspended now till he pay it. |
0 | ||
I kinda use it a hell of a lot for Lua purposes and this is frustrating for me too Good thing I memorised most things I need |
Shamousey « Consul » 1377521880000
| 0 | ||
The server it's running on was down, but it's back up again now! |
Xxninjazxx « Citoyen » 1377534060000
| 0 | ||
I was trying to use the lua for beginners tutorial but it's been down for awhile >:( |
Leafileaf « Citoyen » 1377607380000
| 0 | ||
OMG Finally the kikoo.formice.com is back. Now I can look at the styling colour codes ^^ P.S..... Removed on request. |
Tommhawk « Citoyen » 1377993420000
| 0 | ||
Eh,I gave this a try and attempted to make a !Say message command but didn't quite complete the part to where the server says what they typed in "Message" so can you help? [quote=!Say Message Command] function eventChatCommand(playerName,command) if command=="say" then tfm.exec.chatMessage(playerName) end end function chatMessage(playerName,command) tfm.exec.chatMessage("<ROSE>") end end[/quote] I'm pretty sure I have lots of mistakes so can you correct them too? I'm new to Lua \o |
Shamousey « Consul » 1377993960000
| 0 | ||
"chatMessage" isn't a function you're calling up anywhere so it's fairly useless, and you have two ends in it while there's only one thing to end. The eventChatCommand you have will just return the user's name when they type "!say" into the chat. Hopefully this will help. a dit : If you want to have a command such as "!say [something]", you'll need to find out how to get the first space in the command (try looking at string.sub and string.find). |
0 | ||
The Module API seems complicated.. I don't even know how it works. |
Mikuhl « Citoyen » 1378137720000
| 0 | ||
Holy cow new LUA update so fun! |
Ooochocolate « Citoyen » 1378209360000
| 0 | ||
http://prntscr.com/1p37dw :o |
Kevinfarrel « Citoyen » 1378210680000
| 0 | ||
Tried creating a minigame and just made me dizzy o\/o . I will try and try. |
Bigcrushes « Citoyen » 1378211280000
| 0 | ||
i cant understand lua e.e someone help! |
Kevinfarrel « Citoyen » 1378211580000
| 0 | ||
Bigcrushes a dit : Look it up, learn a bit of lua. Then come here and not write a whole scripit by yourself by write some and copy some. >.> and look at the enmus and stuff like that. |
Sandermr 1378221900000
| | ||
[Modéré par Ramenfrog, raison : Spam.] |
0 | ||
Bigcrushes a dit : Same here. |
Mikuhl « Citoyen » 1378254420000
| 0 | ||
Swirlfire a dit : kikoo.formice.com/doku.php?id=module_api_documentation |
Bigcrushes « Citoyen » 1378287960000
| 0 | ||
i attempted it and made some progress..can u pls implement lua in tribe house? i wanna see if my code works so i can edit it cuz its bound to fail. help me look thru it D: http://pastebin.com/ZmVVumfx |