04.10.2009, 12:05
I do believe that all the 24-7's are located near each other in the "interior world" of GTA:SA. But don't take my word for it. Best bet is to test it in game, with something as simple as:
pawn Код:
if (strcmp("/test", cmdtext, true) == 0)
{
if (PlayerToPoint(100, playerid,-30.875, -88.9609, 1004.53))
{
SendClientMessage(playerid, COLOR, "You are in a 24-7!");
}
else
{
SendClientMessage(playerd, COLOR, "You are not in a 24-7!");
}
return 1;
}

