User:Walid: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==About Me== *'''Name:''' Mansouri Walid *'''Date of birth:''' 18/11/1993 *'''Gender :''' Male *'''Nationality:''' Image:tn.png Tunisian *'''Languages I speak:''' Eng...") |
mNo edit summary |
||
Line 11: | Line 11: | ||
*'''Languages I speak:''' English, French, Arabic | *'''Languages I speak:''' English, French, Arabic | ||
*'''About my real life :''' I was born on November 18th, 1993 in Tunisia, My real name is Walid Mansouri , I am a tech enthusiast with considerable experience in several programming languages | *'''About my real life :''' I was born on November 18th, 1993 in Tunisia, My real name is Walid Mansouri , I am a tech enthusiast with considerable experience in several programming languages including Java, PHP, CSS, HTML and ofc Lua. I’m also a dedicated gamer, I frequently play numerous games on the PC and the PlayStation 3. I’m available on PSN if you want a challenge on any game I have ;). that's all about me right now. | ||
including Java, PHP, CSS, HTML and ofc Lua. I’m also a dedicated gamer, I frequently play numerous games on the PC and the PlayStation 3. I’m available on PSN if you want a challenge | |||
on any game I have ;). that's all about me right now. | |||
Line 34: | Line 30: | ||
I create some useful tutorials for beginners , i think they are the most important to learn Lua language: | I create some useful tutorials for beginners , i think they are the most important to learn Lua language: | ||
#Tutorials | #'''Tutorials''' | ||
#*[https://forum.mtasa.com/viewtopic.php?f=148&t=88427 Lua Strings] | #*[https://forum.mtasa.com/viewtopic.php?f=148&t=88427 Lua Strings] : Every thing about Lua strings. | ||
#*[https://forum.mtasa.com/viewtopic.php?f=148&t=88385 Lua Operators] | #*[https://forum.mtasa.com/viewtopic.php?f=148&t=88385 Lua Operators] : All arithmetic, relational, and logical operators. | ||
#*[https://forum.mtasa.com/viewtopic.php?f=148&t=87781 Lua Tables] | #*[https://forum.mtasa.com/viewtopic.php?f=148&t=87781 Lua Tables] : All informations about Lua tables. | ||
#Useful functions | #*[https://forum.mtasa.com/viewtopic.php?f=148&t=100547 Lua Tips & Tricks] : Lua useful tips and tricks. | ||
#*[https://wiki.multitheftauto.com/wiki/IsTextInGridList isTextInGridList] | #'''Useful functions''' | ||
#*[https://wiki.multitheftauto.com/wiki/GetGridListRowIndexFromText getGridListRowIndexFromText] | #*[https://wiki.multitheftauto.com/wiki/IsTextInGridList isTextInGridList] : This function checks if some text exist or not in the GridList. | ||
#*[https://wiki.multitheftauto.com/wiki/Table.removeValue table.removeValue] | #*[https://wiki.multitheftauto.com/wiki/GetGridListRowIndexFromText getGridListRowIndexFromText] : This function returns the GridList row index from the specified text. | ||
#*[https://wiki.multitheftauto.com/wiki/Table.removeValue table.removeValue] : This function removes a specified value from a table. | |||
#*[https://wiki.multitheftauto.com/wiki/RemoveHex removeHex] : This function is used to remove hex color codes from strings. |
Latest revision as of 11:20, 1 September 2016
About Me
- Name: Mansouri Walid
- Date of birth: 18/11/1993
- Gender : Male
- Languages I speak: English, French, Arabic
- About my real life : I was born on November 18th, 1993 in Tunisia, My real name is Walid Mansouri , I am a tech enthusiast with considerable experience in several programming languages including Java, PHP, CSS, HTML and ofc Lua. I’m also a dedicated gamer, I frequently play numerous games on the PC and the PlayStation 3. I’m available on PSN if you want a challenge on any game I have ;). that's all about me right now.
My Server
- Server Name: COG | [Civilians/Race/Gang Wars/Cops 'n' Robbers/City! RealLife] | www.cog.tn
- Server IP: mtasa://5.135.194.228:22003
- Website: www.cog.tn
- Forum: forum.cog.tn
- Youtube Channel: Click Me!
- Facebook Page: Official Page
- Twitter: Link
Lua basics
I create some useful tutorials for beginners , i think they are the most important to learn Lua language:
- Tutorials
- Lua Strings : Every thing about Lua strings.
- Lua Operators : All arithmetic, relational, and logical operators.
- Lua Tables : All informations about Lua tables.
- Lua Tips & Tricks : Lua useful tips and tricks.
- Useful functions
- isTextInGridList : This function checks if some text exist or not in the GridList.
- getGridListRowIndexFromText : This function returns the GridList row index from the specified text.
- table.removeValue : This function removes a specified value from a table.
- removeHex : This function is used to remove hex color codes from strings.