Help with pMoney
#7

Quote:
Originally Posted by Wayland
Посмотреть сообщение
Try this
pawn Код:
public OnPlayerConnect(playerid)
{
[pMoney][playerid] == 0;
That's totally wrong.

--

The correct way was mentioned already above.

Declaration:
pawn Код:
new pMoney[MAX_PLAYERS];
Usage:
pawn Код:
// OnPlayerConnect:
pMoney[playerid] = 0;
Remove any other useless code of pMoney such as those examples with #define you posted.
Reply


Messages In This Thread
Help with pMoney - by Meow22 - 24.11.2013, 14:53
Re: Help with pMoney - by PrivatioBoni - 24.11.2013, 14:59
Re: Help with pMoney - by RenSoprano - 24.11.2013, 15:01
Re: Help with pMoney - by Meow22 - 24.11.2013, 15:06
Re: Help with pMoney - by Stinged - 24.11.2013, 16:01
Re: Help with pMoney - by Wayland - 24.11.2013, 16:10
Re: Help with pMoney - by Konstantinos - 24.11.2013, 16:16
Re: Help with pMoney - by Meow22 - 24.11.2013, 16:27
Re: Help with pMoney - by Meow22 - 24.11.2013, 16:51
Re: Help with pMoney - by Konstantinos - 24.11.2013, 17:05

Forum Jump:


Users browsing this thread: 1 Guest(s)