AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   zp 4.3 level up in chat (https://forums.alliedmods.net/showthread.php?t=331525)

itoxicreal 03-24-2021 17:36

zp 4.3 level up in chat
 
Hi can someone make a plugin when a player levels up it says in the chat
"Congratulations name level 1"
here are some useful natives

Code:

register_native("zp_cs_set_user_money", "set_user_money", 1)
    register_native("zp_cs_get_user_money", "get_user_money", 1)
    register_native("zp_cs_get_user_limit", "get_user_limit", 1)

    register_native("zp_get_user_level", "native_level_get", 1)   
    register_native("zp_set_user_level", "native_level_set", 1)   
    register_native("zp_get_user_exp", "native_exp_get", 1)   
    register_native("zp_set_user_exp", "native_exp_set", 1)   
   
    register_native("zp_get_exp_current", "native_current", 1)


OciXCrom 03-24-2021 18:34

Re: zp 4.3 level up in chat
 
We don't need natives, we need forwards.

itoxicreal 03-24-2021 19:10

Re: zp 4.3 level up in chat
 
The plugin i use dosent have forwards, i don't have the sma of the plugin only amxx


All times are GMT -4. The time now is 19:53.

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