02.11.2009, 17:40
Thanks, but now i got another problem
co-ords for Area 51 gang zone
that message is meant to come up when i enter the zone, but it doesnt.. even if i type "/mycommand" it still doesnt come up
Код:
Army = GangZoneCreate(-70.06725, 1646.58, 432.0814, 2125.373);
Код:
new cmd[256];
if(strcmp(cmd, "/mycommand", true))
{
if(IsPlayerInArea(playerid, -70.06725, 1646.58, 432.0814, 2125.373))
{
GameTextForPlayer(playerid, "Entering Army Territory", 1, 1);
}
return 1;
}

