Split Float; Dynamic Zone
#1

Quote:

ocmd:createzone(playerid,params[])
{
if(ZoneCreat[playerid]<1) return SCM(playerid,-1,"Get to the Max X / Y Coordinate and type /createzone");
ZoneCreat[playerid]=1;
new Float: xc, Float:yc,Float:zc,query[256];
GetPlayerPos(playerid, xc, yc, zc);
new id=getFreeHobbyLosZoneID();

//Zone[id]
}

I need to split X,Y Coordinates in 4 Floats: (minx, miny, maxx, maxy)

How to do that now ?
Reply


Messages In This Thread
Split Float; Dynamic Zone - by playstores - 02.11.2018, 14:08
Re: Split Float; Dynamic Zone - by NaS - 02.11.2018, 14:21
Re: Split Float; Dynamic Zone - by playstores - 02.11.2018, 14:49
Re: Split Float; Dynamic Zone - by NaS - 02.11.2018, 15:18
Re: Split Float; Dynamic Zone - by playstores - 02.11.2018, 16:01
Re: Split Float; Dynamic Zone - by TheToretto - 02.11.2018, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)