13.01.2014, 22:04
Hi , How to creat weapon menu that vips can buy weapons for this script , can someone give me a Example ?
Thanks for help
PHP код:
stock
bool:False = false
;
#define VipCheck(%0,%1)\
do{\
if(P_DATA[(%0)][Vip] < (%1)){\
new Str[128];\
format(Str, 128, "You don't have acces to use this command!", (%1));\
return GameTextForPlayer((%0), Str, 3000, 4);\
}\
}\
while(False)