+ To Variable
#6

Quote:
Originally Posted by Assyria
So, for example, this should work for what I explained
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == test)
  {
    testvariable[playerid] = ++; 
  }
No. Like this:

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == test)
  {
    testvariable[playerid]++;
  }
Reply


Messages In This Thread
+ To Variable - by Assyria - 27.04.2010, 16:59
Re: + To Variable - by ¤Adas¤ - 27.04.2010, 17:02
Re: + To Variable - by saiberfun - 27.04.2010, 17:03
Re: + To Variable - by Assyria - 27.04.2010, 17:05
Re: + To Variable - by Jochemd - 27.04.2010, 17:07
Re: + To Variable - by DeathOnaStick - 27.04.2010, 17:08
Re: + To Variable - by Assyria - 27.04.2010, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)