Jump to content

fastphp

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by fastphp

  1. fastphp

    MTAMA Scripting

    NEW VERSION VISITOR SCRIPT V 1.2 Here is a new version these are count how must visits the visitor has done and hi count the total visits from every player ; Visitor Counter V1.2 alias mta.join { set %visits $calc($readini("MTAStats.ini",visits,$mta.name($1,$2)) + 1) writeini -n "MTAStats.ini" visits $mta.name($1,$2) %visits set %totalvisits $calc($readini("MTAStats.ini",totalvisits,total) + 1) writeini -n "MTAStats.ini" totalvisits total %totalvisits mta.say $1 Welcome $mta.name($1,$2) total visits $calc($readini("MTAstats.ini",visits,$mta.name( $1 , $2 ))) mta.say $1 This server has been visit for $calc($readini("MTAstats.ini",totalvisits,total)) times } Grz Michael
  2. fastphp

    MTAMA Scripting

    Almost all of these scripts are posted in the forum Make a copy of your scripts.mrc and try it your self Grz Michael (Ramo er staat meestal wel bij waar je die scripts moet plaatsen bv alias mta.join dan moet je hem dus in de alias join zetten Ik spreek je op msn Mzzl)
  3. fastphp

    MTAMA Scripting

    My server is in the netherlands (groningen)
  4. fastphp

    MTAMA Scripting

    Yea i know but it was working on my server when i post him here ill check it but i have post the wrong script (the not working one) But it's now working Grz Michael
  5. fastphp

    MTAMA Scripting

    Hi i have make a mistake The script what i have post yesterday is notworking ; Visitor Counter alias mta.join { set %visits ($readini("MTAStats.ini",visits,$mta.name( $1 , $2 )) + 1) writeini -n "MTAStats.ini" visits $mta.name( $1 , $2 ) %visits mta.say $1 Welcome $mta.name($1,$2) this is your ($readini("MTAstats.ini",visits,$mta.name( $1 , $2 ))) visit here. } Here is the script what is working ; Visitor Counter alias mta.join { set %visits $calc($readini("MTAStats.ini",visits,$mta.name($1,$2)) + 1) writeini -n "MTAStats.ini" visits $mta.name($1,$2) %visits mta.say $1 Welcome $mta.name($1,$2) this is your $calc($readini("MTAstats.ini",visits,$mta.name( $1 , $2 ))) visit here. } Grz Michael
  6. fastphp

    MTAMA Scripting

    Hi all sorry for my bad english I have vrote a script en these is counting the visits of a visitor ; Visitor Counter alias mta.join { set %visits ($readini("MTAStats.ini",visits,$mta.name( $1 , $2 )) + 1) writeini -n "MTAStats.ini" visits $mta.name( $1 , $2 ) %visits mta.say $1 Welcome $mta.name($1,$2) this is your ($readini("MTAstats.ini",visits,$mta.name( $1 , $2 ))) visit here. } You can also update you stats Place this code in trou your stats Server visits: ($readini("MTAstats.ini",visits,$mta.name( $1 , $2 )) Ill hope my code is usefull to others Grz Michael
×
×
  • Create New...