16.05.2015, 08:19
This is the actual gangzone:
but when i move my mouse randomly i am getting this:
Don't know why it is happening but please help me
but when i move my mouse randomly i am getting this:
Don't know why it is happening but please help me
Код:
new ARMYzone; new REVOLUTIONARIESzone; new TERRORISTSzone; public OnGameModeInit() { REVOLUTIONARIESzone = GangZoneCreate(-385.3699, 2615.844, -140.1345, 2791.012); TERRORISTSzone = GangZoneCreate(-509.377, 2305.418, -283.194, 2120.326); ARMYzone = GangZoneCreate(322.701, 1792.912, -55.224, 1955.255); return 1; } public OnPlayerConnect(playerid, reason) { GangZoneShowForAll(ARMYzone,0x80FFFFD3); GangZoneShowForAll(REVOLUTIONARIESzone,0x80FF00DB); GangZoneShowForAll(TERRORISTSzone,0xFF0000E4); return 1; }