06-02-2008, 08:56 PM
(06-02-2008, 08:16 PM)Fry link Wrote: Where is ShipZone[] defined?Here is my Def. to ShipZone: :7
Also, I don't see a variable called "string". Why are you trying to send that to every client?
Code:
#define MAX_SHIPZONE 3
new Float:ShipZone[MAX_SHIPZONE][4] = {
{1995.5,1518.0, 2006.0,1569.0},
{2015.5,1540.0, 2025.0,1550.0},
{2005.5,1540.0, 2015.0,1549.0}
};
And, string has to be jailstring