31.05.2012, 03:29
(
Последний раз редактировалось Devilxz97; 31.05.2012 в 04:34.
)
hey guys i need help with some script .
im making an Safezone . when player kill someone in RedZone or Safezone the Killerid get automatically kick .
this is the Safezone code
// top of the script
new Safezone;
public OnGameModeInit()
{
Safezone = GangZoneCreate(-2529.877, -684.1067, -2502.838, -593.3725);
public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid, Safezone, 0xFF0000AA);
help pls
im making an Safezone . when player kill someone in RedZone or Safezone the Killerid get automatically kick .
this is the Safezone code
// top of the script
new Safezone;
public OnGameModeInit()
{
Safezone = GangZoneCreate(-2529.877, -684.1067, -2502.838, -593.3725);
public OnPlayerSpawn(playerid)
{
GangZoneShowForPlayer(playerid, Safezone, 0xFF0000AA);
help pls