AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Start Money (https://forums.alliedmods.net/showthread.php?t=209685)

ProMasterCZE 02-28-2013 12:27

Start Money
 
Hello, could find someone willing to give me money to make starting $ 0 that the connection did not get one $ 800. I would be much grateful. Thank you in advance...

Sorry for my English, I am Czech.

naven 02-28-2013 12:29

Re: Start Money
 
mp_startmoney 0 ?

simanovich 02-28-2013 14:23

Re: Start Money
 
Quote:

Originally Posted by naven (Post 1903794)
mp_startmoney 0 ?

The minumun is 800.

use cs_set_user_money native

Torge 02-28-2013 15:18

Re: Start Money
 
PHP Code:

#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

#define VERSION "0.1"

public plugin_init()
{
    
register_plugin("Money Minimum"VERSION"Justin");
    
    
RegisterHam(Ham_Spawn"player""fw_PlayerSpawn_Post"1);
}

public 
fw_PlayerSpawn_Post(id)
{
    if (
is_user_alive(id))
        
cs_set_user_money(id0);



ConnorMcLeod 02-28-2013 15:25

Re: Start Money
 
PHP Code:

#include <amxmodx>

#define PLUGIN ""
#define VERSION "0.0.1"

public plugin_init()
{
    
register_pluginPLUGINVERSION"ConnorMcLeod" )
}

public 
client_startmoney(ididiMoney)
{
    return 
0



And install that plugin : http://forums.alliedmods.net/showthread.php?t=178940

naven 02-28-2013 15:33

Re: Start Money
 
Quote:

Originally Posted by simanovich (Post 1903890)
The minumun is 800.

use cs_set_user_money native

oh, right.

ProMasterCZE 03-01-2013 13:05

Re: Start Money
 
4 Attachment(s)
ConnorMcLeod starting money is fine, but I want to put there to save steam id and remove winning money ( $ 0 ) and just nefuguje all the plugins I gave the server.

bloody806 03-01-2013 13:25

Re: Start Money
 
U want all in one?

ProMasterCZE 03-01-2013 13:45

Re: Start Money
 
Yes, but somehow the plugins I want to go such as $ 0 and the second player joins what is already $ 800 money .... I want to be just for killing the enemy and saving money on steam id.


All times are GMT -4. The time now is 21:46.

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