20.08.2012, 16:08
(
Последний раз редактировалось Ratchet_xD; 20.08.2012 в 18:19.
)
Hey all.
PWN:
How I do that function if player write a command in the area , the command won't work ?
Thanks.
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;
}
Thanks.

