Gang Zone
#1

Hey all.

PWN:

Код:
#include <a_samp>
#pragma tabsize 0

#define COLOR_RED 0xFF3333AA

new area;

public OnFilterScriptInit()
{
    area = GangZoneCreate(242.2956,1794.4650,253.8913,1803.5831);

	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}

public OnPlayerConnect(playerid)
{
	GangZoneShowForPlayer(playerid,area,COLOR_RED);
	return 1;
}
How I do that function if player write a command in the area , the command won't work ?
Thanks.
Reply


Messages In This Thread
Gang Zone - by Ratchet_xD - 20.08.2012, 16:08
Re: Gang Zone - by ThePhenix - 20.08.2012, 16:36
Re: Gang Zone - by Ratchet_xD - 20.08.2012, 17:41
Re: Gang Zone - by ThePhenix - 20.08.2012, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)