MegastoRM

Untitled

Feb 9th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. new IPAdresa[] = "ovde stavljas ip sa portom,npr kao 192.168.1.2:27015"
  2. new IpAdress[32]
  3. get_user_ip(0,IpAdress, charsmax(IpAdress))
  4.  
  5. if (!equal(IpAdress, IPAdresa))
  6. {
  7. set_fail_state("Ovaj plugin je privatan,za vise informacija kontaktirajte me na mail: [email protected]");
  8. }
Advertisement
Add Comment
Please, Sign In to add comment