Jump to content

Jobs problem


Wei

Recommended Posts

https://wiki.multitheftauto.com/wiki/Scr ... troduction

viewtopic.php?f=148&t=40809

Also what is it???!!

S.W.A.T = createTeam ( "S.W.A.T", 255, 255, 255 ) 

You can not call as a variable name.

Your should create like this:

Example

  
S =  
{ 
    W =  
    { 
        A = { } 
    } 
} 
  
S.W.A.T = createTeam ( "S.W.A.T", 255, 255, 255 ) 
print( S.W.A.T ) --> userdata 
  

You need learn lua.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...