proc/ishost(client/C)
if(!C.address || C.address == world.address || C.address == "127.0.0.1")
return 1
return 0
Haven't ever used this feature, didn't even know it was there until i seen it in the help menu.
ID:272865
![]() Apr 27 2009, 2:59 pm
|
|
is world.host equivalent to
proc/ishost(client/C) Haven't ever used this feature, didn't even know it was there until i seen it in the help menu. |