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

SCRIPTING LUA KEYWORDS TFS1.0

Pakojerte

New Member
Joined
Oct 25, 2011
Messages
30
Reaction score
0
Hello, Dear Community

I would like to request, where can i find all the key words for scripting lua in metatables

For example i have this.


player:addItem(2160, 5)
player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, 'Here is some cash.')

Where can i find all the keywords involved ( addItem, sendTextMessage) etc etc.

Looking forward to your comments.
 
hEY, Thnks for your support, but i have one question,

Im seeing that the is a doAddItem, but for me that does not work, i have to put player:addItem

Or that would work anyways?
 
hEY, Thnks for your support, but i have one question,

Im seeing that the is a doAddItem, but for me that does not work, i have to put player:addItem

Or that would work anyways?
tfs is 1.0 (1.1) now and use a new script system, take a look at the tfs wiki
 
Back
Top