Startmoney.
#1

Hey guys, please tell me, Where can replace startmoney?
I can not find exactly where you want to change!
Reply
#2

We cannot help you without a snippet of the code...
Reply
#3

1. Open Pawno.exe
2. Click CTR-F
3. Type 'giveplayermoney'

If nothing shows up you havent given a player money

If you are running a ZCMD include code a command to add would be this

Код:
CMD:startmon(playerid, params[])
{
       giveplayermoney(playerid, AMMOUNT);
       return 1;
}
Reply
#4

giveplayemoney whould not work
GivePlayerMoney whould workd see the differance GODEX
Reply
#5

Quote:
Originally Posted by Avenger™
Посмотреть сообщение
giveplayemoney whould not work
GivePlayerMoney whould workd see the differance GODEX
I know, Only reason i couldnt be fucked to correct it was im to tired to. He couldve figured it out anyway
Reply
#6

Hes a person that does not even know howto find giveplayermoney on his script how will he know the function itself anyways whatever. Anyways goto sleep if your tired...
Reply
#7

I Found code, But here not numbers.
Код:
stock SetMoney(playerid, amount)
{
    PlayerInfo[playerid][pCash] = amount;
    ResetPlayerMoney(playerid);
    GivePlayerMoney(playerid, amount);
}
Reply
#8

Quote:
Originally Posted by Hardy1995
Посмотреть сообщение
I Found code, But here not numbers.
Код:
stock SetMoney(playerid, amount)
{
    PlayerInfo[playerid][pCash] = amount;
    ResetPlayerMoney(playerid);
    GivePlayerMoney(playerid, amount);
}
I can't see any "startmoney" here.
Reply
#9

If you mean the money the player gets when they spawn, then look under OnPlayerSpawn for your "SetMoney" function or the SetPlayerMoney function.

"Where can replace startmoney?" Every mode is different we cannot tell you where you can find stuff in your own mode.
Reply
#10

in public OnPlayerSpawn you have code:
PHP код:
GivePlayerMoney(playerid,Money); 
?
If you found then change the amount it says you where I wrote "Money."
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)