Raised This Month: $ Target: $400
 0% 

Exp problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 04-10-2017 , 13:40   Re: Exp problem
Reply With Quote #4

Quote:
Originally Posted by Str4x3D1x View Post
Works well, but even tho i've got a level i still cannot use knife for that level :S
Help ?

EDIT: HUD shows only when someone dies (no matter if it's me or someone) it should be on spawn, also typing kill in console still gives 100 XP for free :/
that for kill in console:
Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <fakemeta_util>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_forward( FM_ClientKill, "CKill" );
}

public CKill( Index )    return FMRES_SUPERCEDE;
for your level knives:
Code:
public Call(id)
{
    new menu = menu_create("\w[\rSleepless\w] \ySelect between \rknife packs \yyou want to use.", "Follow")
    menu_additem(menu, "Free Knives Pack")
    menu_additem(menu, "\yVIP Knives Pack \w[\r2x Boost\w]")
    menu_additem(menu, "Admin Knives Pack [\rForum\w]")
    menu_additem(menu, "\yTron Knives Pack \w[\r1x Boost\w]")
    menu_additem(menu, "\yZixon Knives Pack \w[\r2x Boost\w]")
    menu_display(id, menu)
    return PLUGIN_HANDLED
}
where is the case of player level = knife? you must check i see only admin/vip/free/and another
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
 



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 18:00.


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