Jump to content

I want to know something.


Recommended Posts

1. Parameter and argument have connections. Parameter is present in function definition whereas argument is present in function call.

function foo( param1, param2 ) -- these are parameters
print( param1, param2 );
end
 
foo( 10, 300 ) -- 10 and 300 are arguments

2. https://wiki.multitheftauto.com/wiki/Set ... tagShowing

3. Try my ped example script https://community.multitheftauto.com/index.php?p= ... ils&id=234 It also gives the peds health bar (which is the same idea for dxDrawText).

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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