| Blockland Forums > Help |
| How do you use the "If super admin" output? |
| (1/3) > >> |
| Reinforcements:
^ question "if super admin" is an output, so how do i use it |
| Dapizzanator:
variable events, right? Yes. Nvm. Do something like this: Onactivate - self - ifsuperadmin variablefalse - player - setvelocity 0 200 0 It basically checks to see if said player is a super admin. Same with ifadmin. |
| Snaily:
Same applies for variables V5 (which I highly recommend you use instead of the old ones) It's probably something like this: OnActivate > Client > VCEIfVariable > <var:cl:sadmin> == 1 onVariableFalse > Player > BurnPlayer > 3 |
| Reinforcements:
--- Quote from: Snaily on August 08, 2009, 11:50:14 PM ---Same applies for variables V5 (which I highly recommend you use instead of the old ones) It's probably something like this: OnActivate > Client > VCEIfVariable > <var:cl:sadmin> == 1 onVariableFalse > Player > BurnPlayer > 3 --- End quote --- so wait, if the "variable false" imput is after the "check admin" output then the "variable false" will check it? |
| Chrono:
No. ALL checked VariableFalse events will be called when the VCEIfVariable statement is false. ALL checked VariableTrue events will be called when the VCEIfVariable statement is true. |
| Navigation |
| Message Index |
| Next page |