Very Hard!
Hey can anyonehelp me , a create menu , like if i write /menu
then comes up menu like 1.Join Terrorist queue players(1) to be if player want terrorist , then he can join to sequence . Like 1. Join T sequence ///and if joined he can alsso 2.leave t sequence. anybody knows how to do that please really need .. like this public DeathRunMenu(id) { new DrMenu = menu_create("Joodikute Deathrun V1 | \by janno", "dr_menu_handler"); new VipCallBack = menu_makecallback("Vip_CallBack"); //new CTCallBack = menu_makecallback("CT_CallBack"); new OmanikCallBack = menu_makecallback("Omanik_CallBack"); static terroqueue[128]; if(!g_TerroQueue[id] || cs_get_user_team(id) != CS_TEAM_CT) { formatex(terroqueue, sizeof(terroqueue) - 1, "Join T sequence \y[%i people(t)] - \", g_TerroQueueCount); } else { formatex(terroqueue, sizeof(terroqueue) - 1, "Leave T sequence \y[%i/%i]", g_TerroQueue[id], g_TerroQueueCount); } //menu_additem(DrMenu, terroqueue, "1", 0, OmanikCallBack); |
| All times are GMT -4. The time now is 21:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.