PWN Errors
#2

You possibly have 'MAX_POINTS' defined to more/less than the amount of points you already have.

pawn Код:
#Define MAX_POINTS # //Number of points here
Or try replacing the [4] in both float definitions, to the amount of locations you have.

Example:

pawn Код:
new Float:checkpoints[MAX_POINTS][4]
//Replace with
pawn Код:
new Float:checkpoints[MAX_POINTS][38] //Or 39
Reply


Messages In This Thread
PWN Errors - by TheSnaKe - 18.12.2013, 01:06
Re: PWN Errors - by Krakuski - 18.12.2013, 02:56
Re: PWN Errors - by TheSnaKe - 18.12.2013, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)