[Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

Page 5 of 7 FirstFirst 1234567 LastLast
Results 61 to 75 of 94
  1. #61
    Alpha Member bramdebouvere is offline
    MemberRank
    Aug 2006 Join Date
    BelgiumLocation
    2,409Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    @dinasor

    your server version is probably different from your client version, try to use the latest versions for both

  2. #62
    Member dinasor is offline
    MemberRank
    Feb 2010 Join Date
    63Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    im have samp server 0.3a

    and server files 0.3a

    i download it from the SA-MP San Andreas Multiplayer mod for Grand Theft Auto (GTA SA) in the same day so it can't be other version

  3. #63
    ASAPROCKY Psychopath is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    1,263Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Not the samp server files, but the server source that you have downloaded.

  4. #64
    Account Upgraded | Title Enabled! Juunior is offline
    MemberRank
    Apr 2005 Join Date
    EarthLocation
    629Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    In the SA-MP client, does it display the Server Name and GameMode correctly? Or does it just display "(Retrieving Info...)127.0.0.1"?
    If so, then your server is not properly configured. You need to change your config file and/or forward and unblock the port you're using.


    If it does display everything correctly, then does your server crash when you connect?
    If it does, then try a different GM. Something that comes with SA-MP server. Remove any plugins and filterscripts. If this fixes it, then you're probably using buggy/outdated GM, or the GM requires some plugin to work that you don't have, like mysql.
    Last edited by Juunior; 09-10-10 at 08:15 AM.

  5. #65
    Member dinasor is offline
    MemberRank
    Feb 2010 Join Date
    63Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    im have server files 0.3 (samp03bsvr_R2_win32.zip)

    and i install samp 0.3

    this is my config:

    PHP Code:
    echo Executing Server Config...
    lanmode 1
    rcon_password 
    *******
    maxplayers 50
    port 7777
    hostname Monster Gta by Mohamed Bassem 
    "arab"
    gamemode0 lvdm 1
    gamemode1 rivershell 1
    gamemode2 area51 1
    gamemode4 sftdm 1
    gamemode5 gf
    gamemode6 bare
    filterscripts base gl_actions gl_property gl_realtime
    announce 1
    query 1
    weburl made by Mohamed bassem 
    ((MB))
    maxnpc 0
    onfoot_rate 40
    incar_rate 40
    weapon_rate 40
    stream_distance 300.0
    stream_rate 1000 
    then i open the samp-server.exe and it write that

    PHP Code:
    ----------
    loaded log file"server_log.txt"_
    ----------
    sa-mp dedicated server
    ----------------------
    v.0.3b R2, <C>2005-2010 Sa_mp Team

    server Plugins
    --------------
    loaded 0 Plugins

    started server on port
    7777with maxplayer50 lanmode is On.

    filter scripts
    --------------
     
    loading filter script 'base.amx'...
    -- 
    Base FS loaded
    loading filter script 
    'gl_actions.amx'...
    loading filter script 'gl_property.amx'...
    -------------------------------------
    Grand Larceny Property Filterscript
    -------------------------------------
       
    Loading Filter script 'gl_realtime.amx'...
       
    Loaded 4 Filter Scripts.
    Reading Fileblank
    Reading File
    properties/houses.txt
    Reading File
    properties/businesses.txt
    Reading File
    properties/banks.txt
    Reading File
    properties/police.txt
    ----------------------------------
     
    Running LVDM ~MoneyGrub
          Coded By
            Jax
    ----------------------------------

    Number Of Vehicle Models48 
    then i open samp to connect to my server

    1- i add the server
    PHP Code:
    :7777 
    2- i see the server like it is online server name and 0/50 and the ping 3 and mode Ventura's DM~MG and the map san andreas

    3- i enter it says
    PHP Code:
    the server didn't respond , reatring connecting to .... 
    _______________________________________________________

    that the short story :P

    plz help and thx ^^

    ah almost forgot

    i opened the ports ^^
    Last edited by dinasor; 09-10-10 at 06:53 PM.

  6. #66
    Member dinasor is offline
    MemberRank
    Feb 2010 Join Date
    63Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    thaanks for helping ^^

    i downloaded other samp then done i enter (fix)

    thxx ^^

  7. #67
    Member dinasor is offline
    MemberRank
    Feb 2010 Join Date
    63Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    ok i had make the server and it is good

    and i make freeroam gamemode

    but some things disapper like i move with bike then i touch a thing i can't seen and some vehicles like car is in air

    help plz? for last time

  8. #68
    Alpha Member bramdebouvere is offline
    MemberRank
    Aug 2006 Join Date
    BelgiumLocation
    2,409Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Quote Originally Posted by dinasor View Post
    ok i had make the server and it is good

    and i make freeroam gamemode

    but some things disapper like i move with bike then i touch a thing i can't seen and some vehicles like car is in air

    help plz? for last time
    this is probably because the gamemode has some issues :s better use another gamemode
    oh and next time better make a new thread in the main section :)

  9. #69
    Enthusiast Pix is offline
    MemberRank
    Sep 2010 Join Date
    Toronto,OntarioLocation
    49Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Thanks.

  10. #70
    Account Upgraded | Title Enabled! GrandCoder is offline
    MemberRank
    Jul 2010 Join Date
    BramptonLocation
    413Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Good tutorial

  11. #71
    Member ILitex is offline
    MemberRank
    Oct 2010 Join Date
    TorontoLocation
    91Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Nice Tut. But add Screenies.

  12. #72
    ASAPROCKY Psychopath is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    1,263Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    thanks, give me examples to make screenshots.

  13. #73
    Novice LucasGaio is offline
    MemberRank
    Jul 2009 Join Date
    3Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    I have a problem D: the server say: "samp-server.exe can't open why not found msvcr100.dll" Can you helpme.. Ty ^^

  14. #74
    ASAPROCKY Psychopath is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    1,263Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    Try to google: msvcr100.dll and download the .dll file
    put it in the folder.
    maybe that works.

  15. #75
    Novice LucasGaio is offline
    MemberRank
    Jul 2009 Join Date
    3Posts

    Re: [Tutorial] [SA:MP] Playing SA-MP and making your OWN server ! ~ STUNT/RPG etc.

    No, dont works D: where are the problem :S



Page 5 of 7 FirstFirst 1234567 LastLast

Advertisement