03-06-2013, 11:41
Hi.
I am currently working on a promodfix i got from a mate.
i am trying to get into it at the moment but i need some more help.
so since its like a promodhack i use openscriptmenu ingame to enable that stuff:>
so now i want 2 things included in my mod:
1) i would like to pick up players / cars eg like bartz did here ( http://de.xfire.com/video/3e872b/ ).
i got the car pickup code already in my _rank.gsc but how can i do this with players?
2) to spawn a fx...
here i got this one:
case "fire":
fx = SpawnFx(loadFX("tire_fire_med"), self.origin + (20,20,00) );
TriggerFX( fx, 0 );
//self PlaySoundToPlayer("claymore_activated", self); (just for testing)
break;
any help ? :/
also you can add me xf: teachmeh :>
I am currently working on a promodfix i got from a mate.
i am trying to get into it at the moment but i need some more help.
so since its like a promodhack i use openscriptmenu ingame to enable that stuff:>
so now i want 2 things included in my mod:
1) i would like to pick up players / cars eg like bartz did here ( http://de.xfire.com/video/3e872b/ ).
i got the car pickup code already in my _rank.gsc but how can i do this with players?
2) to spawn a fx...
here i got this one:
case "fire":
fx = SpawnFx(loadFX("tire_fire_med"), self.origin + (20,20,00) );
TriggerFX( fx, 0 );
//self PlaySoundToPlayer("claymore_activated", self); (just for testing)
break;
any help ? :/
also you can add me xf: teachmeh :>