31.03.2013, 11:43
hi guys
i want to make capture zone's for my server with no bugs. Can anyone help me
??
i want to make capture zone's for my server with no bugs. Can anyone help me

??

??
|
Make 3 capture zone's for me and rest i will make by myself.. Can you make it?? |
enum MainZone{
Zone_Name[28], Float:Zone_Area[6] };
static const SA_ZONE_NAMES[][MainZone] = {
{"The Big Ear", {-410.00,1403.30,-3.00,-137.90,1681.20,200.00}},
{"Aldea Malvada", {-1372.10,2498.50,0.00,-1277.50,2615.30,200.00}},
{"Angel Pine", {-2324.90,-2584.20,-6.10,-1964.20,-2212.10,200.00}}
};
captimer = SetTimer("capturetimer",30000,false);
KillTimer(captimer);
forward capturetimer(playerid);
public capturetimer(playerid)
{
// set armor, score and health here
}