This Plugin is for jailbreak i made it for fun and for some people who want people to buy vip aswell.
Admin Commands:
amx_addvip "name"
amx_removevip "name"
Features:
Add Someone To Vip
Remove Someone Aswell
You Get Cash When You Alive As CT
Updates:
I Will Add Show_hudmessage
I Will Add Cash For T's When They Kill CT'S
Setup:
Download Jbshop.inc put it in Addons/amxmodx/Scripting/Include
Download Vip.sma put it in Addons/amxmodx/Scripting
Cash Code:
PHP Code:
public SetCash(iPlugin, iParams)
{
new id = get_param(1)
new money = get_param(2)
iCash[id] = money
}
PHP Code:
public GetCash(iPlugin, iParams)
{
new id = get_param(1)
return iCash[id]
}
Dont Add This In Public plugin_init:down::down:


Buggs:
If you find any buggs pm me or report the plugins right here!!!

Credits:
mTc | Stenudd - Helped With EventRoundEnd
Tandborsten - Helping With The Ideá
My First One Did i upload the amxx file as not are allowed sorry for that wont happend again :oops::cry::cry:
Sorry For My Bad English:oops:
Attached Files


Wyświetl pełny artykuł