NEED TO SEND MESSAGE HIT DISTANCE
			
			BO2 Modding Support & Discussion
		
5
Posts
3
Posters
231
Views
1
Watching
- 
This post is deleted!
- 
what do you need help with exactly 
- 
@lastroninn i need to do that when i kill tu last guy they put me a message. 
 I do it but for the first kill like this :self waittill( "spawned_player" ); if(getDvarInt("kills_for_last") != 0){ kills = getDvarInt("kills_for_last"); if(kills == 1) self iprintlnbold("You need ^1" + kills + " ^1kill ^7to reach ^1Last"); else self iprintlnbold("You need ^1" + kills + " ^1kills ^7to reach ^1Last"); while(self.pers["kills"] < kills){ wait 0.05; } self freezecontrols(true); self iprintlnbold("You are at ^1Last"); wait 1; self freezecontrols(false);
- 
- 
Cahz thanks my man 


