Postpone nuke till---
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Hi all, I'm working on a little script to make it so no one call a call a nuke until on of the two teams have reached a defined score; i cant seem to find what function the score is
hopeing something like this wold work?
trynuke() { self endon ( "disconnect" ); self endon ( "death" ); minscore = 45000; while(1) { self waittill ("used_nuke"); //guessing that's right? if( score_is_over_the_prediefined_number ) { } else { self iprintlnBold( "Please Wait for one team to reach 45000 Score." ); } wait 0.5; } }Any help would be greatly appreciated,
Thanks.