Quote:
|
Originally Posted by lobstah
Also, is there any way you can make the menu not close when you slap a guy so you can just slap the hell out of him over and over w/o using a bind? It does not reopen the menu when you slap a player....or doesn't for us.
|
You can add these Line, so the menu dont close itself after you slap a player ..
For Excamble:
Quote:
case 0: {
user_slap(gAdminTarget[id],gSlapDMG)
gLastTarget = gAdminTarget[id]
param[0] = 1
param[1] = gAdminTarget[id]
param[2] = id
EchoAdminAction(param)
DisplayAimAdminmenu(id)
}
|