Nicolas ECM Posted September 30, 2013 Posted September 30, 2013 Hola quisiera saber como hacer que un ped creado ataque a otros jugadores hasta ahora llevo esto function makeAPed(thePlayer,command,skin) local x,y,z = getElementPosition(thePlayer) local x2,y2,z2 = getElementRotation(thePlayer) local myped = createPed(math.random (100, 105),x,y - 1,z,x2,y2,z2) setTimer(destroyElement, 50000, 1, myped) giveWeapon ( myped, 4 , 500 , true ) setPedControlState ( myped, fire, true ) end addCommandHandler("edo",makeAPed) ayuda porfavor
AlvareZ_ Posted September 30, 2013 Posted September 30, 2013 https://wiki.multitheftauto.com/wiki/Slothman/Slothbot
Recommended Posts