12.08.2009, 08:46
Oke, but when i want to use this function, after i created a zone: (new zone1 = CreateZone(1342.4352, 321.5788, 1345.3564, 341.9043);
pawn Код:
if(IsPlayerInZone(playerid, zone1))
{
if(zoneid == zone1)
{
printf("How do i show the floats out of CreateZone here?");
}
}

