User:Walid: Difference between revisions

From Multi Theft Auto: Wiki
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
  • Nationality: Tn.png Tunisian
  • 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


Lua basics

I create some useful tutorials for beginners , i think they are the most important to learn Lua language:

  1. Tutorials
  2. Useful functions