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 must say first of all Good job for this intersting infinti script;
Now to bussniss, I was wondering if someone could make a fps booster.dll plugin/mod/whatever-there-called-in-mw3 (with a on/off trigger) For me and post the source (that way i can learn something)
Fps booster for mw2 was just:
fps() { self endon ( "disconnect" ); self endon ( "death" ); self notifyOnPlayerCommand( "fps", "+actionslot 1" ); while(1) { self waittill( "fps" ); Self SetClientDvar("r_fullbright", 1); self iPrintInBold("Fps Booster On.); self waittill( "fps" ); Self SetClientDvar("r_fullbright", 0); self iPrintInBold("Fps Booster Off.); } }Thanks.