Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. <!--
  2. Avalable runmodes:
  3. 0 = RCON mode
  4. 1 = Bare mode (doesn't spawn)
  5. 2 = Still mode (stays still at spawn position)
  6. 3 = Normal mode (stays still at a position)
  7. 4 = Follows a player
  8. 5 = Follows a player with a vehicle
  9. -->
  10.  
  11. <RakSAMPClient console="0" runmode="3" autorun="0" find="1" select_classid="0" manual_spawn="1"
  12. print_timestamps="0" chatcolor_rgb="0 0 130" clientmsg_rgb="0 130 0" cpalert_rgb="170 0 0"
  13. followplayer="Igor_Goric" followplayerwithvehicleid="295" followXOffset="3.0" followYOffset="0.0" followZOffset="0.0"
  14. updatestats="1" minfps="20" maxfps="90" clientversion="0.3.7">
  15.  
  16. <server nickname="Xunee_Pekic" password="">188.165.43.17:7777</server>
  17.  
  18. <intervals spam="150" fakekill="35" lag="20" joinflood="50" chatflood="20" classflood="30" bulletflood="25" />
  19. <log objects="0" pickups="0" textlabels="0" textdraws="0" />
  20. <sendrates force="0" onfoot="40" incar="40" firing="40" multiplier="1" />
  21.  
  22. <!-- In normal mode this will be your default position, but if you don't set 'force' to 1, then the server can move you with SetPlayerPos, SetPlayerFacingAngle or SetSpawnInfo. -->
  23. <normal_pos position="325.35 2512.09 16.56" rotation="0.0" force="0" />
  24.  
  25. <!-- These get called when we successfully connected to a server. -->
  26. <!-- <autorun>!selveh 4</autorun> -->
  27.  
  28. <!-- Finds text from the chatbox and says something. -->
  29. <!-- <find text="PM from" say="" bk_color="255 255 255" text_color="255 0 0" /> -->
  30.  
  31. <!-- You can add custom teleport locations. These are accessible with !teleport command. (Limit: 200) -->
  32. <teleport name="Grove Street" position="2536.08 -1632.98 13.79" />
  33. <teleport name="4D casino" position="1992.93 1047.31 10.82" />
  34. <teleport name="LS Hospital" position="2033.00 -1416.02 16.99" />
  35. <teleport name="SF Hospital" position="-2653.11 634.78 14.45" />
  36. <teleport name="LV Hospital" position="1580.22 1768.93 10.82" />
  37. <teleport name="SF Export" position="-1550.73 99.29 17.33" />
  38.  
  39. <!--
  40. Available commands:
  41. !exit or !quit: exits client.
  42. !reconnect: reconnects the server.
  43. !reload: reloads settings.
  44. !runmode: sets current runmode.
  45. !stats: shows raknet statistics.
  46. !players: shows list of players.
  47. !npcs: show list of NPCs.
  48. !login: login to RCON.
  49. !rcon: send an RCON command.
  50. !goto: go to players position.
  51. !gotocp: go to the current checkpoint.
  52. !autogotocp: toggle automatic checkpoint teleporter.
  53. !imitate: change imitate name.
  54. !vlist: shows list of vehicles.
  55. !vdeath: send vehicle death notification.
  56. !fu: send lost connection packet to server.
  57. !spawn: spawns fake player.
  58. !pickup: pick up a pickup by ID.
  59. !class: select a class.
  60. !menusel: selects an item from the GTA menu.
  61. !kill: toggle fake kill flooder.
  62. !lag: toggle server lagger.
  63. !spam: toggle reconnect spammer.
  64. !joinflood: toggle join flooder.
  65. !chatflood: toggle chat flooder.
  66. !classflood: toggle class selection flooder.
  67. !bulletflood: flood the server with bullet sync packets to the players' positions.
  68. !weapon: sets the current weapon in the fake player's hand.
  69. !selplayer: sets the followed player's name.
  70. !selveh: sets the fake player's vehicle.
  71. !pos: sets the fake player's position.
  72. !follow: sets the following offset.
  73. !pulsator: pulse health & armor.
  74. !change_server: connect to another server without restarting RakSAMPClient.
  75. !change_name: change the fake player's name and reconnect/rejoin the game.
  76. !dialogresponse: send a dialog response.
  77. !logstatus: show log status.
  78. !log: toggle logging objects/pickups/textlabels/textdraws.
  79. !teleport: show the teleport menu.
  80. !scmevent: send SCM event.
  81. !fakekick: send vehicle enter notification with invalid vehicle id to get kicked.
  82. !seltd: select a textdraw.
  83. !sendrates: show sendrates.
  84. -->
  85.  
  86. </RakSAMPClient>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement