Difference between revisions of "IPToID"

From Soldat Community Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 10:45, 15 August 2012

Examples

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


External Links