Hello There, Guest! Login or Register


Anti Ship kill script crashes server
#3
(06-02-2008, 08:16 PM)Fry link Wrote: Where is ShipZone[] defined?
Also, I don't see a variable called "string". Why are you trying to send that to every client?
Here is my Def. to ShipZone:  :7
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}
};
it works, i have already made a Anti Vehicle script whit it, and about SendClientMessageToAll, every player must get a Newsmessage, about jailing players :D
And, string has to be jailstring  :P
Reply


Messages In This Thread
Anti Ship kill script crashes server - by Dimplex - 06-02-2008, 07:28 PM
Re: Anti Ship kill script crashes server - by Fry - 06-02-2008, 08:16 PM
Re: Anti Ship kill script crashes server - by Dimplex - 06-02-2008, 08:56 PM
Re: Anti Ship kill script crashes server - by Jay - 07-07-2008, 12:27 AM