IPToID

From Soldat Community Wiki
Revision as of 10:45, 15 August 2012 by Freeman (talk | contribs) (Created page with "==Examples== <source lang="pascal">Command('/ban '+inttostr(IPToID('127.0.0.1'))); // (This will ban the player with IP 127.0.0.1)</source> ==External Links== * [http://enes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Examples

Command('/ban '+inttostr(IPToID('127.0.0.1')));
// (This will ban the player with IP 127.0.0.1)


External Links