how to make a gangzone
#1

how to make a gangzone
and the other gang can snatch the gangzone

= = sorry for my bad bad english
Reply
#2

use a variable (array) with the four corners of the gang zone, and the gang owner stored in another part of the array.

Код:
#define MAX_GANG_ZONES 5
enum gZone_Enum {
    Float:x1,
    Float:x2,
    Float:y1,
    Float:y2,
    ownerGangID };
new gZone[MAX_GANG_ZONES][gZone_Enum];
Reply
#3

Quote:
Originally Posted by dowster
Посмотреть сообщение
use a variable (array) with the four corners of the gang zone, and the gang owner stored in another part of the array.

Код:
#define MAX_GANG_ZONES 5
enum gZone_Enum {
    Float:x1,
    Float:x2,
    Float:y1,
    Float:y2,
    ownerGangID };
new gZone[MAX_GANG_ZONES][gZone_Enum];
i know how to create gangzone but i don't know how to snatch it
Reply
#4

http://forum.sa-mp.com/showthread.ph...ighlight=gTeam Tutorial
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)