Problem with GANGZONE! Please help me!
#1

delete
Reply
#2

imo there's no need to use "gangzone fixes."
This recycled picture will help you understand how to make gangzones properly:

The "1" is minimum X and minimum Y (MinX, MinY), the "2" is maximum X and Y (MaxX, MaxY).
Код:
GangZoneCreate(MinX, MinY, MaxX, MaxY);
remember you cannot switch 1 & 2.

or you can go the easy way and make some zones with this tool
http://dev.prineside.com/
Reply
#3

Thank you very much.
Great tool! Thank you.
Reply
#4

Quote:
Originally Posted by lucamsx
Посмотреть сообщение
imo there's no need to use "gangzone fixes."
This recycled picture will help you understand how to make gangzones properly:

The "1" is minimum X and minimum Y (MinX, MinY), the "2" is maximum X and Y (MaxX, MaxY).
Код:
GangZoneCreate(MinX, MinY, MaxX, MaxY);
remember you cannot switch 1 & 2.

or you can go the easy way and make some zones with this tool
http://dev.prineside.com/
I have a new problem

Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
{
 	if(weaponid == 18)
 	{
 	    SendClientMessage(playerid, 0x00FF00FF, "test.");
	}
    return 1;
}
It doesn't work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)