{cool.G} ingre

Users
  • Content Count

    195
  • Donations

    0.00 EUR 
  • Joined

  • Last visited


Reputation Activity

  1. Like
    {cool.G} ingre got a reaction from Joey in script.gsc   
    no problem mate
    thx for try help
    i wait maybe other member or ninja can help me
  2. Like
    {cool.G} ingre reacted to Joey in script.gsc   
    I have no clue. Sorry mate  
  3. Like
    {cool.G} ingre reacted to NinjaWa in server_config   
    Hmm go inside a .gsc script and call it somewhere where player connects or spawns and write this:
     
    self setclientdvar(" cg_drawcrosshair", 0);
     
    About the progressbar, I guess you will need to edit .menu, not sure which ones.
  4. Like
    {cool.G} ingre reacted to SkillzZz in geoIP   
    mate just use the script of crazy and put my geoip.bat in your game folder 
  5. Like
    {cool.G} ingre reacted to IJzzo in 1.7a and 1.8   
    No Linux only .so files
  6. Like
    {cool.G} ingre reacted to NinjaWa in geoIP   
    It doesn't use MAM or B3 I think
    Tell people to come to your server so to test it, if not, try to set up b3 or mam.
  7. Like
    {cool.G} ingre reacted to NinjaWa in geoIP   
    You can simply use a script made by Crazy from RoyalSoldiers.
     
    // ________/\\\\\\\\\__________________________________________________________ // _____/\\\////////___________________________________________________________ // ___/\\\/_________________________________________________________/\\\__/\\\_ // __/\\\______________/\\/\\\\\\\___/\\\\\\\\\_____/\\\\\\\\\\\___\//\\\/\\\__ // _\/\\\_____________\/\\\/////\\\_\////////\\\___\///////\\\/_____\//\\\\\___ // _\//\\\____________\/\\\___\///____/\\\\\\\\\\_______/\\\/________\//\\\____ // __\///\\\__________\/\\\__________/\\\/////\\\_____/\\\/_______/\\_/\\\_____ // ____\////\\\\\\\\\_\/\\\_________\//\\\\\\\\/\\__/\\\\\\\\\\\_\//\\\\/______ // _______\/////////__\///___________\////////\//__\///////////___\////________ init() { level.welcomegeo = undefined; level.iswaitingforgeo = undefined; for(;;) { level waittill("connected",player); if( !isdefined( player.pers["player_welcomed"] ) ) { player.pers["player_welcomed"] = true; // player welcomed player thread geo(); } } } geo() { level endon("disconnect"); location = self getgeolocation (2); while(isDefined(level.welcomegeo)) { wait .05; level.iswaitingforgeo = true; } level.iswaitingforgeo = undefined; level hudmsgtop("^1Welcome ^2" + self.name + " ^1From ^2" + location); } hudmsgtop(text) { level.welcomegeo = true; msg = addTextHud( level, 750, 5, 1, "left", "middle", undefined, undefined, 1.4, 888 ); msg SetText(text); msg.sort = 102; msg.foreground = 1; msg.archived = true; msg.alpha = 1; msg.fontScale = 1.5; msg.color = level.randomcolour; msg MoveHud(30,-1300); wait 15; msg destroy(); level.welcomegeo = undefined; } MoveHud(time,x,y) { self moveOverTime(time); if(isDefined(x)) self.x = x; if(isDefined(y)) self.y = y; } addTextHud( who, x, y, alpha, alignX, alignY, horiz, vert, fontScale, sort ) { if( isPlayer( who ) ) hud = newClientHudElem( who ); else hud = newHudElem(); hud.x = x; hud.y = y; hud.alpha = alpha; hud.sort = sort; hud.alignX = alignX; hud.alignY = alignY; if(isdefined(vert)) hud.vertAlign = vert; if(isdefined(horiz)) hud.horzAlign = horiz; if(fontScale != 0) hud.fontScale = fontScale; hud.foreground = 1; hud.archived = 0; return hud; }
  8. Like
    {cool.G} ingre reacted to NinjaWa in geoIP   
    Hmmm there were a plugin of deathrun, let me search for it.
     
    EDIT: there's none
     
    It's actually hard to do it without b3 or mam I think, I have no clue on how that could be possible tho
  9. Like
    {cool.G} ingre reacted to SkillzZz in geoIP   
    i guess this is what you searching for
    GeoIP.dat
  10. Like
    {cool.G} ingre reacted to NinjaWa in new killstrike   
    I have some private files I could take a look, I will reply as soon as I can
  11. Like
    {cool.G} ingre reacted to Mc.Joker in new killstrike   
    Killstreak scripts. Not a whole new map etc.
  12. Like
    {cool.G} ingre reacted to NinjaWa in new killstrike   
    This could help: 
     
    This too:
     
    https://ugx-mods.com/forum/index.php?topic=7656.0