Arsilex Posted January 17, 2013 Share Posted January 17, 2013 me da un error un poco raro aciendolo todo bien ._. --players funcion getCuarrentLanguage function getCurrentLanguage( player ) if isLoggedIn( player ) then for key, value in pairs( p[ player ].languages ) do if value.current then return key end end end end --Mi funcion (Client) Lenguaje = exports.players:getCurrentLanguage(localPlayer) ERROR: call: failed to call "players:getCuarrentLanguage" [string "?"] por que puede ser e.e? Link to comment
Araa Posted January 17, 2013 Share Posted January 17, 2013 especificaste en el meta que la funcion es un export? Link to comment
Arsilex Posted January 17, 2013 Author Share Posted January 17, 2013 especificaste en el meta que la funcion es un export? si Link to comment
Recommended Posts