23.11.2009, 07:52
Good Morning,
I have already a Problem with my Command. If I / arenaexit type is set
and then I spawn at the spawn but my minimap is completely white? and the gro? e Map with Esc, I am always in Red Country. Here, once more my lines where I SetPlayerWorldBounds Create.
and here is still the redefining of infinity
ps. I do not know whether this is correct because I am German ^ ^
yours sincerely
Paddy
I have already a Problem with my Command. If I / arenaexit type is set
Код:
SetPlayerWorldBounds(playerid, INFINITY, -INFINITY, INFINITY, -INFINITY);
Код:
if(listitem == 4) { SetPlayerPos(playerid, 345.3253,2023.2268,22.6406); SetPlayerFacingAngle(playerid, 270.0); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; SetPlayerHealth(playerid,100.0); SetPlayerArmour(playerid,100.0); PlayerArena[playerid] = 5; SetPlayerWorldBounds(playerid,724.0283,-408.7256,2312.219,1436.379); GangZoneShowForPlayer(playerid, Luftarena, 0xFF000096); }
Код:
#define INFINITY (Float:0x7F800000)
yours sincerely
Paddy