Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Check for a specific BL-ID
« previous
next »
Print
Pages: [
1
]
Author
Topic: Check for a specific BL-ID (Read 512 times)
Swollow
June 29, 2011, 06:10:22 PM
how would you check for a specific BL-ID?
for example you can use
if(%client.isSuperAdmin)
to check if someone is super admin but how would you check for a specific BL-ID?
Ad Bot
Advertisement
Kalphiter
June 29, 2011, 06:22:07 PM
.bl_id
Swollow
June 29, 2011, 06:24:20 PM
Quote from: Kalphiter on June 29, 2011, 06:22:07 PM
.bl_id
how would I do that?
like "if(%client.bl_id = 666)" ?
Kalphiter
June 29, 2011, 06:53:27 PM
Quote from: swollow on June 29, 2011, 06:24:20 PM
how would I do that?
like "if(%client.bl_id = 666)" ?
==
MegaScientifical
June 30, 2011, 05:44:06 PM
if(%client.bl_id == 666)
echo("\c2Satan is here.");
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Check for a specific BL-ID