Menu Spectator ZP 5.0
Hi, good morning/afternoon/evening. I currently use ZP 5.0 and would like to know how to add the "Spectator" menu to the main menu of ZP 5.0 and how can I set a flag for it. I don't know the code for this, if anyone can help me...
// 8. Spectator if(!(get_user_flags(id) & ADMIN_LEVEL_B)) len += formatex(menu[len], charsmax(menu) - len, "\r8. \wJoin Spectator^n") else len += formatex(menu[len], charsmax(menu) - len, "\d8. Join Spectator^n") case 7: ??? |
Re: Menu Spectator ZP 5.0
PHP Code:
|
Re: Menu Spectator ZP 5.0
Error: Number of arguments does not match definition on line
---> user_silentkill(id, 0) |
Re: Menu Spectator ZP 5.0
PHP Code:
|
Re: Menu Spectator ZP 5.0
keeps giving errors
|
Re: Menu Spectator ZP 5.0
ok. i won t ask more
|
Re: Menu Spectator ZP 5.0
Ok
|
Re: Menu Spectator ZP 5.0
maybe post errors ? :)))
|
Re: Menu Spectator ZP 5.0
PHP Code:
Error: Error: Number of arguments does not match definition on line 284 Line 284 is user_silentkill(id, 0) (id, 1) not work. |
Re: Menu Spectator ZP 5.0
then try user_silentkill(id)
|
| All times are GMT -4. The time now is 21:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.