SetPedHeadless: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Mekorea (talk | contribs)
New page: __NOTOC__ {{Client function}} With this function, you can set if a ped has a head or not. ==Syntax== <syntaxhighlight lang="lua">bool setPedHeadless ( ped thePed )</syntaxhighlight> ===Required Arguments=== *'''t...
 
DakiLLa (talk | contribs)
Line 11: Line 11:
Returns ''true'' if successful, ''false'' otherwise
Returns ''true'' if successful, ''false'' otherwise


==Example==
 
<section class="client" name="Client" show="true">
TODO
<syntaxhighlight lang="lua">
-- TODO
</syntaxhighlight>
</section>


==See Also==
==See Also==
{{Ped functions}}
{{Ped functions}}

Revision as of 18:28, 16 October 2008