SA-MP Forums Archive
Money Bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Money Bug (/showthread.php?tid=383850)



Money Bug - FaZeRs - 09.10.2012

Where i can change in Raven's RolePlay GM money what is given when Player register?


Re: Money Bug - FaZeRs - 12.10.2012

ill try put all bugs on script thread and search there for help.


Re: Money Bug - Mauzen - 12.10.2012

How the hell is that a bug?
Just read the code instead of creating wrong titles.

Why did i post in a 4 days old thread?


Re: Money Bug - Riddy - 13.10.2012

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
Why did i post in a 4 days old thread?
Must be because you nub.

Newaiz, look for the part where the player registers, and check if theres a assigned value given to the player, and change that.


Re: Money Bug - FaZeRs - 13.10.2012

When players register someone gives 150k money some give 3k money. How to put that all gives the same money.


Re: Money Bug - _Khaled_ - 13.10.2012

You'll find something like
pawn Код:
new mrand =random(150000)
Maybe after register dialog response,
for me I did
pawn Код:
GivePlayerMoney(playerid,PlayerInfo[playerid][pCash] +2000);



Re: Money Bug - FaZeRs - 13.10.2012

PHP код:
dini_IntSet(string3"Money",PlayerInfo[playerid][pCash]);
PlayerInfo[playerid][pCash] = ScriptMoney[playerid]; 
There is like this

I removed this line
[php]PlayerInfo[playerid][pCash] = ScriptMoney[playerid];[/php
Changed it the first line to
PHP код:
dini_IntSet(string3"Money",PlayerInfo[playerid][pCash] +2000); 
I registered and got 2500$, create new account got 5000$ And with next account get more. Why?


Re: Money Bug - gtakillerIV - 13.10.2012

Raven's RolePlay GM = Not for scripting beginners.

If someone is gonna tell me you posted this to increase your post count...Answer is No I just wanna tell him that.

Choose something simple, not a Role Play server. Besides using a downloaded GM won't work if you wanna put it online..etc


Re: Money Bug - FaZeRs - 13.10.2012

it is so hard to change that dont give each next id more money than previous?

Yeah Raven's is bugy, but not the script wiich cant fix. Just RolePlay is my favorite GM. :P

Hope for other help