Array of pickup coordinates.
#8

Of course this will not work...

pawn Code:
new BS[sizeof(BoughtSpawns)];
Want to know how I would do it....

pawn Code:
enum BSINFO
{
   bool:SpawnBought,
   SpawnPickupID,
   SpawnOwner[MAX_PLAYER_NAME],
   Float:SpawnX,
   Float:SpawnY,
   Float:SpawnZ,
}

static BoughtSpawns[][BSINFO];
Reply


Messages In This Thread
Array of pickup coordinates. - by Crayder - 15.11.2013, 01:25
Re: Array of pickup coordinates. - by Loot - 15.11.2013, 02:13
Re: Array of pickup coordinates. - by Crayder - 15.11.2013, 02:20
Re: Array of pickup coordinates. - by Crayder - 15.11.2013, 02:28
Re: Array of pickup coordinates. - by Loot - 15.11.2013, 12:37
Re: Array of pickup coordinates. - by Threshold - 15.11.2013, 12:58
Re: Array of pickup coordinates. - by Crayder - 15.11.2013, 21:23
Re: Array of pickup coordinates. - by Pottus - 15.11.2013, 21:29
Re: Array of pickup coordinates. - by Jefff - 15.11.2013, 21:30
Re: Array of pickup coordinates. - by Threshold - 16.11.2013, 00:34

Forum Jump:


Users browsing this thread: 4 Guest(s)