#Paper Posted July 7, 2011 Posted July 7, 2011 If i have a table defined as "gameTeams = {}" in SS and then i insert some parameters (always in SS), can i use this one in CS? (whit all defined parameters) My skype: skiper964 I helped you? Help me! ^^ Help me bro! ^^
Jaysds1 Posted July 7, 2011 Posted July 7, 2011 not really My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
#Paper Posted July 7, 2011 Author Posted July 7, 2011 and how can i use a SS variable in CS? D: My skype: skiper964 I helped you? Help me! ^^ Help me bro! ^^
CowTurbo Posted July 7, 2011 Posted July 7, 2011 always when u edit tabel, set tabel as elementData. gamesTabel = {} object = createObject ( ID, 0,0,-50 ) -- create custom object for element data setElementData ( object, "TABEL_GAMETEAMS", gamesTabel ) ( After that u can get tabel always. gamesTabel = getElementData ( object, "TABEL_GAMETEAMS" ) http://mrteamgaming.eu
DiSaMe Posted July 7, 2011 Posted July 7, 2011 It's better not to create an object, but to create an abstract element with createElement instead. -
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now