AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Solved zp 4.3 math problems (https://forums.alliedmods.net/showthread.php?t=331526)

itoxicreal 03-24-2021 17:40

zp 4.3 math problems
 
Hi I would like to request for another plugin, a random math problem pops up ever 1-2 minutes and when players solve it they get random rewards like $10,000 , 50 exp and in the chat it specifies what rewards you can get for example "Solve 27-12 for --- exp/money"
and when someone solves it, it says in the chat
"Name solved 27-12 and got --- exp/money"
when a player answers wrong it tells them in the chat incorrect answer.
I hope this is not too complicated to make sorry for the trouble!
Here are useful natives

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)

itoxicreal 03-24-2021 19:56

Re: zp 4.3 math problems
 
Sorry i got what i need close or remove topic

DON KHAN 1 03-25-2021 13:29

Re: zp 4.3 math problems
 
You can close your topic by marking it as Solved. Press Edit button > Go Advance > Title > Prefixes.


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

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