Thread: LUA stuff
View Single Post
Old 10-19-2007, 10:55 AM   #6
stino
 
Join Date: Mar 2007
Posts Rated Helpful 0 Times
a little more then only the syntax
all the custom ff commands and constants are required knowledge if you want to code fast and efficiently, but therefore i like to have a doc page where they explain the parameters for all the functions, becouse the errors you get ingame are quite difficult to understand: for ex: player:GetTeamId() will cast an error that the parameter required is nil, why becouse i didn't declarate the "player" var, while other languages just say that player is unknown to the interpreter.
stino is offline   Reply With Quote