SonicTHedgehog Posted September 2, 2011 Posted September 2, 2011 How to make a ped ?? and how to make it with anim or weapon ? help me please ??? ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
SonicTHedgehog Posted September 2, 2011 Author Posted September 2, 2011 I mean Npc ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~
BinSlayer1 Posted September 2, 2011 Posted September 2, 2011 https://wiki.multitheftauto.com/wiki/CreatePed https://wiki.multitheftauto.com/wiki/Cli ... _functions some ped functions are only clientside, you'll need to use server -> client triggering to achieve some synced stuff
50p Posted September 2, 2011 Posted September 2, 2011 https://community.multitheftauto.com/ind ... ils&id=234 - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
Mr.PulgaxX Posted September 3, 2011 Posted September 3, 2011 Easy EXAMPLE: function pedLoad ( name ) createPed ( 230, -694.07299804688, 960.86596679688, 12.245250701904 ) end addEventHandler ( "onResourceStart", getRootElement(), pedLoad )
Castillo Posted September 3, 2011 Posted September 3, 2011 function pedLoad ( ) createPed ( 230, -694.07299804688, 960.86596679688, 12.245250701904 ) end addEventHandler ( "onResourceStart", resourceRoot, pedLoad ) With your way, you would be creating a ped every time a resource starts. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now