Jump to content

(OVG)Santi

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by (OVG)Santi

  1. Hum... if you would read a bit.. in THIS POST :
    the top pics are of a known bug, we are not sure what causes it though

    it's a known bug...

    if you think it's a skin... please find the id... something tell me you won't though....

    Kemeros

    idk man, i think the name is CJ Alien skin or something, but IS NOT a bug, man i had the same problem and 1 admin of the server where i was connected say "it's a skin" so he set me again the skin 0, so CJ was back. :D

  2. This is a frequent, and annoying bug on SAMP..... i was happy to NOT see it in MTA.. but ....well.. :P

    This is easily reproduced when someone does a behind the back stealth kill with the knife and their player animation does the death sequence.. it never recovers from the death on your client. So even tho they think they are walking around, your client sees them in their death position.

    This is a little different on MTA it seems, as it looks more like the player is stretched out here. But perhaps a similar problem.

    is not a bug in this case, IT'S A SKIN :D idk the ID

  3. in one of the servers today, i joined and everything was fine....then suddenly i died and spawned as a spider person! he was lying on ground and.... some others were spider people on my screen, while others not. (this was only happening to me too)

    LOL so yeah,

    mtascreen0017np3.th.jpgmtascreen0019ed2.th.jpgmtascreen0021vi5.th.jpgmtascreen0024fx7.th.jpgmtascreen0025vg4.th.jpg

    mtascreen0027ph6.th.jpgmtascreen0028gb7.th.jpgmtascreen0029gx7.th.jpgmtascreen0032on4.th.jpgmtascreen0033yv0.th.jpg

    mtascreen0036oc0.th.jpgmtascreen0041hn3.th.jpgmtascreen0044li2.th.jpgmtascreen0045bq8.th.jpgmtascreen0047we1.th.jpg

    mtascreen0048vf6.th.jpgmtascreen0049tq0.th.jpgmtascreen0050yu5.th.jpgmtascreen0051td7.th.jpg

    Also, one sometimes when i mugged i fall out of teh car and cant move...and my body spins around on the ground ;o

    mtascreen0001ks8.th.jpg

    Thought id add this in. alot of people = people getting IN THE FREAKING WAY! ;<

    mtascreen0002yq2.th.jpg

    mtascreen0004aq7.th.jpgmtascreen0005qb3.th.jpgmtascreen0006wg4.th.jpg

    also a cool glitch sortof.

    when the waves are huge, go in a squalo hole 'forward + direction' and eventually ull rise to the top of the water and shoot up high in the air.... i once barrell rolled over a huge bridge haha. went as high as some planes.. this is when u are underwater and u 'roll' over alot. and it like builds up and eventually u shoot up. i like this glitch though!

    ALSO, near the hospital in SF theres a patch of grass that constantly flickered green then red then green again, in 1 sec intervals....like traffic lights.

    mtascreen0011yg2.th.jpgmtascreen0012mt3.th.jpg

    lastly, some more mta race bugs. theres a few in this pic.

    mtascreen0015ch5.th.jpg

    I think that is not a bug, i had the same problem playing on "FEAREDGAMERS: FREEROAM" co< they changed the starting skin, so i think it's not a bug, coz i said "i want my real skin" and rtpe set me skin to 0, and CJ came back :shock: bye

  4. Hello. I found a bug on server (windows version) if you send a pm (buh msg) from the console to some1 it appear 2 times to who you sent it. :shock::shock: Bye! The dm version is great!

  5. When i try to join Linux servers it happens this:

    gtasa2008010312080133oa6.th.jpg

    Then nothing happens and i can' t do anything. :|

    Some help would be appreciated.

    EDIT: i just noticed there is a "Support" forum for the "MTA:San Andreas Developer Preview" board... please move this topic there. :?

    Yo have Xfire, right? If had the same problem, i fix it closing Xfire. bye! :D

  6. this scripts is very easy try to use:

    This i my scrip for win points in a NO RS map, see is very easy, i have other post asking if that is true (that == if you die recibe a rank) and is true and work perfect for me

    Code:

    alias san.winnernorsmap { 
     var %a = 0 
     while (%a <= $mta.server($1).cmax) { 
       if (!$mta.dead($1,%a)) !return %a 
       !inc %a 
     }    
    } 
    

    this the alias here the code

    Code:

    on *:SIGNAL:mta.death:{ 
     if ($mta.rank($1,$2) == 2) { 
       if (*(NO*RS)* iswm $mta.race($1)) { 
         mta.text $1 $mta.nick($1,$san.winnernorsmap($1)) is the winner of te map " $+ $mta.race($1) $+ " and win one point! 
         !writeini -n $+(",$mta.dir,winmaps.ini") $mta.nick($1,$san.winnernorsmap($1)) mapasnorsganados $calc($readini($mta.dir $+ winmaps.ini,$mta.nick($1,$san.winnernorsmap($1)),mapasnorsganados) + 1) 
       } 
     } 
    } 
    
    

  7. Why this scrip a lots (LOTS) of time send me the error of writeini ( /writeini: insufficient parameters (line 505, LifeBot.mrc))??

    here is the script:

    on *:SIGNAL:mta.startrace: { 
     var %d = $san.jugadores($1)
       if ($mta.server($1).players >= 1) {
         if (%d != $null) !writeini -n " $+ $scriptdir $+ stats.ini" RACES $mta.nick($1,%d) $gus.add($gus.races($1,%d),1)     
       }
    }
    

    here the alias:

    alias san.jugadores { 
     var %a = 0 
     while (%a <= $mta.server($1).players) { 
       if ($mta.nick($1,%a) != Player) !return %a 
       !inc %a 
     }   
    }
    

    why sayme that error???

  8. This i my scrip for win points in a NO RS map, see is very easy, i have other post asking if that is true (that == if you die recibe a rank) and is true and work perfect for me

    alias san.winnernorsmap { 
     var %a = 0 
     while (%a <= $mta.server($1).cmax) { 
       if (!$mta.dead($1,%a)) !return %a 
       !inc %a 
     }   
    }
    

    this the alias here the code

    on *:SIGNAL:mta.death:{
     if ($mta.rank($1,$2) == 2) {
       if (*(NO*RS)* iswm $mta.race($1)) {
         mta.text $1 $mta.nick($1,$san.winnernorsmap($1)) is the winner of te map " $+ $mta.race($1) $+ " and win one point!
         !writeini -n $+(",$mta.dir,winmaps.ini") $mta.nick($1,$san.winnernorsmap($1)) mapasnorsganados $calc($readini($mta.dir $+ winmaps.ini,$mta.nick($1,$san.winnernorsmap($1)),mapasnorsganados) + 1)
       }
     }
    }
    

    i have the code for see the points but my scrips are in spanish and i must translate this and dont like now, maybe later :D

  9. i am trying to say for example players == 4 (this is my case)

    the 1º in die say in mta.mrc by aeron, have rank 4

    the 2º in die say have rank 3

    the 3º in die say have rank 2 (now, the life player is the win)

    i am tring to say when you die you ricibe a rank or in my case was only luck???? i am tring to say put on mta.signal of death if mta.rank($1,$2) == 2 the player life is the winner this is correct. understant???

  10. i was playing wicth my friend, in total we was 4. in mta sa when the first in die recibe rank 4 the second in die recibe rank 3 the 3º in die recibe rank 2 and the last id die recibe rank 1 this is a rule and i can make a scrips based in this or this is luck???? see in your servers thx!

  11. if ($wildtok($3-,*f*ck*,*,*)) {
    

    how for add more word here, this is the best swear detector, i say the command ($wiltok)???

    try this is the best! but i dont know how for add more word xD!

    you say that in irony or is true, that about is very good? for me is the best because if you say him****f*** this detec in other no

    no, its not good, and yes, sorry, i was being sarcastic.

    u cant do both $3- and all words, and using a wildcard is not good on certain words, so to be safe ur better off just adding all ur words and using $findtok.

    if you see my signature i am from argentina and here the swear is very popular and is not the word for other use. and fintok dont support * or yes??

    Well i can see that ur not english.. its all good, at least ur trying.

    i have some questions for u, since ur posting things all over the forums.

    1) Are you using my script? (im confused because some of the things u talk about in other topics on these forums, are added to my script)

    2) If u are, then why dont u just ask me to add a swear detector? (if u r not, then all these posts u have previously posted are not really in the right topic)

    if u are not using my script, i can easliy write you one, you just need to post in a new topic asking.

    i make scrips (own scripts) and download scrips for see ideas and if i like copy to my server, now i am trying to make a scripts for win points in a NO RS map. i have a swear detector and i post here because i was writing here a lots of post.

  12. (OVG)Santi, i've been on the forum for long and know that you can't script, so why don't you just listen to those who can? :P

    thx for all of your help i am not a professional in this i try to do all the posible i have a lots of scrips but i know a litlle of mIRC not much i am from argentina and here the people dont know wtf is mIRC or wtfxx2 is mIRC Scripts and i do a lots of scripts but i few time i need help sorry if i am a problem to you, thx again for all of you help!

  13. if ($wildtok($3-,*f*ck*,*,*)) {
    

    how for add more word here, this is the best swear detector, i say the command ($wiltok)???

    try this is the best! but i dont know how for add more word xD!

    you say that in irony or is true, that about is very good? for me is the best because if you say him****f*** this detec in other no

    no, its not good, and yes, sorry, i was being sarcastic.

    u cant do both $3- and all words, and using a wildcard is not good on certain words, so to be safe ur better off just adding all ur words and using $findtok.

    if you see my signature i am from argentina and here the swear is very popular and is not the word for other use. and fintok dont support * or yes??

  14. on *:SIGNAL:mta.endrace:{
     var %b = 1
     while (%b = 2) {
             if ($mta.dead($1,%b) == $false) {
               mta.text $1 $mta.nick($1,%b) is the winner of the map $$mta.race($1) and win one point! 
               !writeini -n $+(",$mta.dir,winmaps.ini") $mta.nick($1,%b) mapsnors $calc($readini($mta.dir $+ winmaps.ini,$mta.nick($1,%b),mapsnors) + 1
             }
           }
         }
       }
     }
     !inc %b
    }

    here is my scrip and is untested but i things work (mmmmmmmm) i am not sure but post here for see if someone can see and sayme if work

  15. if ($wildtok($3-,*f*ck*,*,*)) {
    

    how for add more word here, this is the best swear detector, i say the command ($wiltok)???

    try this is the best! but i dont know how for add more word xD!

    This would kick if u say flock... how nice.

    It looks like the best swear detector ive ever seen :?

    U cant add more words.

    AND WTF I MUST DO FOR IN A NO RS MAP SAY THE WINNER OF THE (NAME OF THE MAP) IS (NICK OF THE WINNER)?????? THX I USE THE SIGNAL ENDRACE, IS THE CORREC???

    I have no idea what ur talking about anymore....

    Did u set the map as a DM map?

    There is no: Signal Endrace. if u look at mta.mrc, aeron edited it out.

    use mta.finish. its in my script^

    you say that in irony or is true, that about is very good? for me is the best because if you say him****f*** this detec in other no

  16. if ($wildtok($3-,*f*ck*,*,*)) {
    

    how for add more word here, this is the best swear detector, i say the command ($wiltok)???

    try this is the best! but i dont know how for add more word xD!

    AND WTF I MUST DO FOR IN A NO RS MAP SAY THE WINNER OF THE (NAME OF THE MAP) IS (NICK OF THE WINNER)?????? THX I USE THE SIGNAL ENDRACE, IS THE CORREC???

  17. what i need do for when i open the mIRC auto load mta.mrc and connect to my 3 servers? thx

    The only way to do this would be to modify mta.mrc, seems kinda lazy to me though... why cant u just click connect?

    i have the auto conenct working now, but i need only how for when i open mIRC this auto load mta.mrc i things this is posible because if you download the mIRC of the mta.gus instalation this auto load mta.mrc. I need this because if happnes a shotdown of power or the machine restart i must do all i and if i am sleeping or on holiday wtf i do????

  18.  if ($mta.race($1) == Unknown) {
       mta.text $1 Unknown Map Detected, Restarting Script And Map.
       .timer 1 5 mta.startrace $1 $rand(0,$mta.races($1))
       prs.restart $1
    }
    

    for me that dot work i have this:

     if ($mta.race($1) == $null) {
       mta.text $1 Unknown Map Detected, Restarting Script And Map.
       .timer 1 5 mta.startrace $1 $rand(0,$mta.races($1))
       prs.restart $1
    }
    

    and this for me work perfect, excep the rest of the scrip, because i dont uknow wtf is prs.restart $1. but the bad code for me was

    if ($mta.race($1) == Unknown) {
    

    and fixed is

    if ($mta.race($1) == $null) {
    

    and other thngs what i need for for when i open mIRC auto load mta.mrc and connect to my 3 servers?? thx

×
×
  • Create New...