Advertisement
IdoGame

connect another ip when connecting.

Nov 9th, 2014
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <amxmisc>
  3.  
  4. new const Ip[] = "127.0.0.1"
  5.  
  6. public client_connect(client)
  7. {
  8. client_cmd(client, ";^"Connect^" %s", Ip)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement