Raised This Month: $ Target: $400
 0% 

request auto revive with no wopen


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Crazy47
BANNED
Join Date: Jan 2016
Old 05-03-2017 , 19:33   Re: request auto revive with no wopen
Reply With Quote #4

edit this to be reswned without pistol
Code:
#include <amxmisc> 
#include <fun> 
#include <hamsandwich> 
public plugin_init() { 
    register_event("DeathMsg", "Death", "a") 
     
} 
public Death() 
{ 
    new menu = menu_create("Respawn?", "Handle") 
    menu_additem(menu, "Yes.", "1") 
    menu_additem(menu, "No.", "2") 
    menu_display(read_data(2), menu) 
    return PLUGIN_HANDLED 
} 
public Handle(id, menu, item) 
{ 
    new szData[7], szName[64], access, callback 
    menu_item_getinfo(menu, item, access, szData, 6, szName, 63, callback) 
    switch(str_to_num(szData)) 
    { 
        case 1: ExecuteHamB(Ham_CS_RoundRespawn, id) 
        case 2: return PLUGIN_HANDLED 
    } 
    return PLUGIN_HANDLED 
}
Crazy47 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode