i need help!
#5

I didn't mean like that, you need to declare array sizes inside of it.

pawn Код:
// MAX_PLAYERS = maximum players that can join the server, slots.
// MAX_ZONES = maximum zones that can be initated, tho I think this is already in usage.
// Attempt to use MAX_CAPTURE_ZONES in a #define.
new timer[MAX_PLAYERS][MAX_ZONES];
You're using two arrays, so you need to create two arrays for timer.

Код:
new timer[ARRAY_SIZE_1][ARRAY_SIZE_2];
https://sampwiki.blast.hk/wiki/Scripting_Basics#Arrays
Reply


Messages In This Thread
i need help! - by Youssef214 - 03.02.2014, 17:34
Re: i need help! - by BullseyeHawk - 03.02.2014, 17:41
Re: i need help! - by Youssef214 - 03.02.2014, 17:41
Re: i need help! - by Youssef214 - 03.02.2014, 17:45
Re: i need help! - by BullseyeHawk - 03.02.2014, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)