07.02.2012, 18:35
Hi, I am creating a spawn point in gangzone for my gamemode.
I've saved these coordinates:
------- X 2224.5210,1188.3505,10.6696,3.0986
--------
--------
--------
X ------- 2015.6190,1548.2318,10.8413,217.2089
The script is this:
new Spawn;
ONGAMEMODEINIT:
Spawn=GangZoneCreate(?, ?, ?, ?);
ONPLAYERCONNECT:
GangZoneShowForAll(Spawn,0x008400F2);
Here's my problem, I can not find the following coordinates:
MinX, Miny, Maxx, Maxy?
Can you explain how you found the code, or directly to you do that for me?
I've saved these coordinates:
------- X 2224.5210,1188.3505,10.6696,3.0986
--------
--------
--------
X ------- 2015.6190,1548.2318,10.8413,217.2089
The script is this:
new Spawn;
ONGAMEMODEINIT:
Spawn=GangZoneCreate(?, ?, ?, ?);
ONPLAYERCONNECT:
GangZoneShowForAll(Spawn,0x008400F2);
Here's my problem, I can not find the following coordinates:
MinX, Miny, Maxx, Maxy?
Can you explain how you found the code, or directly to you do that for me?