Need fix for this Error
#6

How will you learn then?

You need to define this code inside your gamemode.

This is the skeleton of the code:

pawn Код:
// How many gates do we want?
#define MAX_GATES 2

// our array skeleton.
enum gateInfo
{
    // Example skeleton_name
    gID,    

    // Your code here.
}

// Declaring our skeleton array under one single var.
new GateInfo[MAX_GATES][gateInfo];

// Usage: GateInfo[GATE_ID][SKELETON_NAME];
Reply


Messages In This Thread
Need fix for this Error - by IbeatS - 03.02.2014, 16:50
Re: Need fix for this Error - by Lidor124 - 03.02.2014, 17:01
Re: Need fix for this Error - by IbeatS - 03.02.2014, 17:04
Re: Need fix for this Error - by BullseyeHawk - 03.02.2014, 17:18
Re: Need fix for this Error - by IbeatS - 03.02.2014, 17:25
Re: Need fix for this Error - by BullseyeHawk - 03.02.2014, 17:32
Re: Need fix for this Error - by IbeatS - 03.02.2014, 18:36
Re: Need fix for this Error - by BullseyeHawk - 03.02.2014, 18:53
Re: Need fix for this Error - by IbeatS - 03.02.2014, 19:03
Re: Need fix for this Error - by iZN - 03.02.2014, 19:09

Forum Jump:


Users browsing this thread: 2 Guest(s)