iFoReX Posted August 7, 2012 Share Posted August 7, 2012 porque el dinero no se entrega ? addEventHandler("onPedWasted",root,function(killer) if not killer == source then givePlayerMoney(killer,150) end end ) Link to comment
Plate Posted August 7, 2012 Share Posted August 7, 2012 addEventHandler("onPlayerWasted",root, function (killer) givePlayerMoney(killer,150) end) Prova haci Link to comment
Alexs Posted August 7, 2012 Share Posted August 7, 2012 addEventHandler("onPedWasted",root,function(ammo, killer, weapon, bodypart, stealth) if not killer == source then givePlayerMoney(killer,150) end end ) Dejame entender, cuando un ped muere si el asesino no es igual al ped, te da 150??? No se si servira, pero al menos te ordeno los argumentos del evento Link to comment
Plate Posted August 7, 2012 Share Posted August 7, 2012 Ah yo pense que decia onPlayerWasted bueno cambias el evento y listo Link to comment
Recommended Posts