| scottyk87 |
12-31-2004 02:47 |
Telemenu Question
I am trying to make it so that it is possible for admins to teleport other admins even though they have immunity. I looked through the sma and found this part.
Code:
if ( blockMenu || !is_user_alive(i) || (get_user_flags(i)&ADMIN_IMMUNITY) ) {
I dont know that much about codding but I changed it to this
Code:
if ( blockMenu || !is_user_alive(i) || ) ) {
When I compiled it I got error 029 invaild expressions assumed zero
Not really sure what this means or if it dosen't matter. If anyone could help I would greatly appreciate it. Thanks
|