• 6 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Hide & Seek
#21
(03-01-2011, 20:06)AZUMIKKEL Wrote:
(03-01-2011, 19:58)faramire Wrote: Almost 10 ko to download! Can you do again less? Big Grin

ko? less what?

:S
oups sorry i fail, I thought that a file of 10 ko was strange but finally i ve see many mod less than 10 ko.. Sorry i ve fail ^^ don't reply ,
I go out ^^"
Sorry for my english, i'm from Belgium
Steam ID: Faramire0007
[Image: 2s1aq0o.jpg]
  Reply
#22
you mean .kb

Btw if there's someone using xbox (doubt it)
here's a GPD from TTG_BossUK http://www.mediafire.com/?vt3humhy9x853os
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#23
Hey, I think you should make the bigger maps smaller just like in wager matches!
  Reply
#24
(03-01-2011, 21:11)blackops992 Wrote: Hey, I think you should make the bigger maps smaller just like in wager matches!

yeah array is too large in 2min 30 ^^
Sorry for my english, i'm from Belgium
Steam ID: Faramire0007
[Image: 2s1aq0o.jpg]
  Reply
#25
[Image: 1265489917390.jpg]

Not sure how I'd do this.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#26
(03-01-2011, 22:37)AZUMIKKEL Wrote: [Image: 1265489917390.jpg]

Not sure how I'd do this.

The only way i think is creating a wall of Care Packages. But this wouldnt look nice Huh
  Reply
#27
Excellent mod Wink
[Image: wyipjqo9qon7rc2v1lo.jpg]
  Reply
#28
You need to fix your timer.
Example - 1:7 should be 1:07

Code:
timeLeftInSeconds = gettime() / 1000;
timeLeftInSeconds = int(timeLeftInSeconds + 0.5);
timeLeftMinutes = int(timeLeftInSeconds / 60);
timeLeftSeconds = int(timeLeftInSeconds % 60);
if(timeLeftSeconds < 10)
    finalText = timeLeftMinutes + ":0" + timeLeftSeconds;
else
    finalText = timeLeftMinutes + ":" + timeLeftSeconds;
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
  Reply
#29
(03-02-2011, 06:12)master131 Wrote: You need to fix your timer.
Example - 1:7 should be 1:07

Code:
timeLeftInSeconds = gettime() / 1000;
timeLeftInSeconds = int(timeLeftInMiliseconds + 0.5);
timeLeftMinutes = int(timeLeftInSeconds / 60);
timeLeftSeconds = int(timeLeftInSeconds % 60);
if(timeLeftSeconds < 10)
    finalText = timeLeftMinutes + ":0" + timeLeftSeconds;
else
    finalText = timeLeftMinutes + ":" + timeLeftSeconds;

can you show '07' with setvalue?
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#30
Uhm.. no.. xD
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  MW3 Hide WEAPONS [HARD] Tony. 7 6,682 10-09-2013, 15:16
Last Post: [HARD] Tony.
  Help Hide commands dhanin 5 3,651 03-28-2013, 00:11
Last Post: Dr3am95
Question Help How do I host a Hide and Seek/Prop Hunt match? Narwhal900 2 3,733 01-04-2013, 01:27
Last Post: alvarogt95
  [Request] Hide and Seek (Mod/Plugin) JoSchaap 60 31,122 12-13-2012, 11:32
Last Post: aj021
  [Help] How to hide a command? korsika 4 3,807 10-27-2012, 23:30
Last Post: korsika
  [Request]Hide UI Dumas 2 2,508 04-16-2012, 11:14
Last Post: OzonE
  Hide and seek Surej 3 4,441 01-26-2012, 21:15
Last Post: JariZ
Lightbulb [Request] Hide & Seek Mod Zidane 4 3,844 01-22-2012, 17:45
Last Post: d0h!
  Hide content from guests SuperNovaAO 16 9,130 08-03-2011, 14:30
Last Post: Lemon
  Hide test SuperNovaAO 4 2,782 07-28-2011, 15:33
Last Post: 4FunPlayin

Forum Jump:


Users browsing this thread: 2 Guest(s)