AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [EDIT] Make SHOP with ammo packs (https://forums.alliedmods.net/showthread.php?t=282302)

Bellka . 05-03-2016 18:27

[EDIT] Make SHOP with ammo packs
 
1 Attachment(s)
is it possible to make this shop with ammo pack like ZP

EFFx 05-03-2016 18:56

Re: [EDIT] Make SHOP whit ammo packs
 
PHP Code:

new iPoints[33

PHP Code:

if(iPoints[id] >= YOUR_ITEM_PRICE)
{
     
// code
     
iPoints[id] -= YOUR_ITEM_PRICE
}
else
{
     
// code



Bellka . 05-03-2016 19:05

Re: [EDIT] Make SHOP whit ammo packs
 
how can i save the points and see how many points i have :3 .
- can you make it whit ammo pack like ZP that will be great
thanks :')

EFFx 05-03-2016 19:08

Re: [EDIT] Make SHOP whit ammo packs
 
Search for nVault tutorial by Bugsy
and for see your points, add:

plugin_init ->
PHP Code:

register_clcmd("say /points","ShowPoints"

PHP Code:

public ShowPoints(id)
{
    
client_print(id,print_chat,"[AMXX]: You have %d points",iPoints[id]) // %d for numbers and %s for names)
    
return PLUGIN_HANDLED // Remove the /points from the chat



Bellka . 05-03-2016 19:14

Re: [EDIT] Make SHOP whit ammo packs
 
Quote:

Originally Posted by Bellka . (Post 2416424)
- can you make it whit ammo pack like ZP that will be great

if you cant . thank you very much

EFFx 05-03-2016 19:18

Re: [EDIT] Make SHOP whit ammo packs
 
I will do not ALL YOUR REQUESTS
You need to learn how do that, when you need a scripting help will post all here? Inst only me that will not help you with that. Learn for stop post useless plug-ins for we make.

Bellka . 05-03-2016 19:29

Re: [EDIT] Make SHOP whit ammo packs
 
:p Ok thanks

tousif 05-04-2016 04:43

Re: [EDIT] Make SHOP whit ammo packs
 
Quote:

Originally Posted by Bellka . (Post 2416424)
can you make it whit ammo pack like ZP that will be great
thanks :')

Just extract the ammo packs code from Zp . You need to modify alot of things. remove classes etc etc.

klippy 05-04-2016 05:38

Re: [EDIT] Make SHOP whit ammo packs
 
Quote:

Originally Posted by EFFx (Post 2416432)
I will do not ALL YOUR REQUESTS
You need to learn how do that, when you need a scripting help will post all here? Inst only me that will not help you with that. Learn for stop post useless plug-ins for we make.

This is the request forum, not the scripting help forum. He is not required to know how to script and therefore you should stop providing code solutions.

EFFx 05-04-2016 15:13

Re: [EDIT] Make SHOP whit ammo packs
 
Quote:

Originally Posted by KliPPy (Post 2416482)
This is the request forum, not the scripting help forum. He is not required to know how to script and therefore you should stop providing code solutions.

Nice reply, you helped him, hahhha sftu


All times are GMT -4. The time now is 03:11.

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