Pawno [ HELP ]
#1

I am doing a banking system named DYBank. I want to give some money )wich is part of the players) to players each 10 minutes. I did a timer. But now I need to get players' money's 100/2. How can I?
Reply
#2

Quote:
Originally Posted by DragonYancy
Посмотреть сообщение
I am doing a banking system named DYBank. I want to give some money )wich is part of the players) to players each 10 minutes. I did a timer. But now I need to get players' money's 100/2. How can I?
I know how to fix this but are you experienced with variables? Maybe you don't need my help at all.

This is what you will be needing:
pawn Код:
BankTimer[MAX_PLAYERS];

BankTimer[playerid] = 0;

BankTimer[playerid] = 1;

if(BankTimer[playerid] == 0)
{
}
If you don't figure it out then I can help you with it.
Reply
#3

new money = GetPlayerMoney(playerid);

Thats what you want?
Reply
#4

No I mean I want to take 100/2 of player's money just this...
Reply
#5

No-one helps?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)